Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-rockchip/
H A Drv1106_pm.c63 static void __iomem *npucru_base; variable
158 { REG_REGION(0x300, 0x300, 4, &npucru_base, WMSK_VAL)},
159 { REG_REGION(0x800, 0x804, 4, &npucru_base, WMSK_VAL)},
437 readl_relaxed(npucru_base + RV1106_NPUCRU_GATE_CON(i)); in clock_suspend()
438 writel_relaxed(0xffff0000, npucru_base + RV1106_NPUCRU_GATE_CON(i)); in clock_suspend()
478 npucru_base + RV1106_NPUCRU_GATE_CON(i)); in clock_resume()
1061 npucru_base = dev_reg_base + RV1106_NPUCRU_OFFSET; in rv1106_suspend_init()