Searched refs:pcu_base (Results 1 – 3 of 3) sorted by relevance
37 static void __iomem *pcu_base; variable83 pcu_base = of_iomap(np, 0); in zx_smp_prepare_cpus()85 WARN_ON(!pcu_base); in zx_smp_prepare_cpus()112 writel_relaxed(0x0, pcu_base + PCU_CPU1_CTRL); in zx_boot_secondary()115 while (readl_relaxed(pcu_base + PCU_CPU1_ST) & 0x4) in zx_boot_secondary()150 writel_relaxed(0x2, pcu_base + PCU_CPU1_CTRL); in zx_cpu_kill()152 while ((readl_relaxed(pcu_base + PCU_CPU1_ST) & 0x3) != 0x0) { in zx_cpu_kill()
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()
84 u32 mmio_base, pcu_base; in isst_if_probe() local100 ret = pci_read_config_dword(pdev, 0xFC, &pcu_base); in isst_if_probe()104 pcu_base &= GENMASK(10, 0); in isst_if_probe()105 base_addr = (u64)mmio_base << 23 | (u64) pcu_base << 12; in isst_if_probe()