Home
last modified time | relevance | path

Searched refs:system_startup_addr (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/drivers/misc/keba/
Dcp500.c163 void __iomem *system_startup_addr; member
285 if (ioread8(cp500->system_startup_addr + CP500_RECONFIG_REG) & in keep_cfg_show()
310 iowrite8(0, cp500->system_startup_addr + CP500_RECONFIG_REG); in keep_cfg_store()
313 cp500->system_startup_addr + CP500_RECONFIG_REG); in keep_cfg_store()
743 u8 present = ioread8(cp500->system_startup_addr + CP500_PRESENT_REG); in cp500_register_auxiliary_devs()
822 u32 axi_address = ioread32(cp500->system_startup_addr + CP500_AXI_REG); in cp500_axi_handler()
897 cp500->system_startup_addr = devm_ioremap_resource(&pci_dev->dev, in cp500_probe()
899 if (IS_ERR(cp500->system_startup_addr)) { in cp500_probe()
900 ret = PTR_ERR(cp500->system_startup_addr); in cp500_probe()
913 cp500_vers = ioread32(cp500->system_startup_addr + CP500_VERSION_REG); in cp500_probe()