Home
last modified time | relevance | path

Searched refs:pcu_base (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-zx/
H A Dplatsmp.c37 static void __iomem *pcu_base; variable
83 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()
/kernel/linux/linux-5.10/drivers/power/reset/
H A Dzx-reboot.c19 static void __iomem *pcu_base; variable
25 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()
54 WARN(1, "failed to map pcu_base address"); in zx_reboot_probe()
61 iounmap(pcu_base); in zx_reboot_probe()
/kernel/linux/linux-5.10/drivers/platform/x86/intel_speed_select_if/
H A Disst_if_mmio.c84 u32 mmio_base, pcu_base; in isst_if_probe() local
100 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()
/kernel/linux/linux-6.6/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_mmio.c95 u32 mmio_base, pcu_base; in isst_if_probe() local
111 ret = pci_read_config_dword(pdev, 0xFC, &pcu_base); in isst_if_probe()
115 pcu_base &= GENMASK(10, 0); in isst_if_probe()
116 base_addr = (u64)mmio_base << 23 | (u64) pcu_base << 12; in isst_if_probe()

Completed in 2 milliseconds