Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-rockchip/
H A Drv1106_pm.c61 static void __iomem *pericru_base; variable
166 { REG_REGION(0x304, 0x32c, 4, &pericru_base, WMSK_VAL)},
167 { REG_REGION(0x800, 0x81c, 4, &pericru_base, WMSK_VAL)},
431 readl_relaxed(pericru_base + RV1106_PERICRU_GATE_CON(i)); in clock_suspend()
432 writel_relaxed(0xffff0000, pericru_base + RV1106_PERICRU_GATE_CON(i)); in clock_suspend()
474 pericru_base + RV1106_PERICRU_GATE_CON(i)); in clock_resume()
1059 pericru_base = dev_reg_base + RV1106_PERICRU_OFFSET; in rv1106_suspend_init()