Home
last modified time | relevance | path

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

/drivers/power/reset/
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()
61 iounmap(pcu_base); in zx_reboot_probe()
/drivers/platform/x86/intel_speed_select_if/
Disst_if_mmio.c83 u32 mmio_base, pcu_base; in isst_if_probe() local
99 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()