Searched refs:pcu_base (Results 1 – 2 of 2) sorted by relevance
19 static void __iomem *pcu_base; variable25 writel_relaxed(1, pcu_base + 0x34); in zx_restart_handler()50 pcu_base = of_iomap(np, 0); in zx_reboot_probe()52 if (!pcu_base) { in zx_reboot_probe()61 iounmap(pcu_base); in zx_reboot_probe()
83 u32 mmio_base, pcu_base; in isst_if_probe() local99 ret = pci_read_config_dword(pdev, 0xFC, &pcu_base); in isst_if_probe()103 pcu_base &= GENMASK(10, 0); in isst_if_probe()104 base_addr = (u64)mmio_base << 23 | (u64) pcu_base << 12; in isst_if_probe()