Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-rockchip/
H A Drv1106_pm.c66 static void __iomem *vocru_base; variable
185 { REG_REGION(0x300, 0x30c, 4, &vocru_base, WMSK_VAL)},
186 { REG_REGION(0x800, 0x80c, 4, &vocru_base, WMSK_VAL)},
455 readl_relaxed(vocru_base + RV1106_VOCRU_GATE_CON(i)); in clock_suspend()
456 writel_relaxed(0xffff0000, vocru_base + RV1106_VOCRU_GATE_CON(i)); in clock_suspend()
490 vocru_base + RV1106_VOCRU_GATE_CON(i)); in clock_resume()
1064 vocru_base = dev_reg_base + RV1106_VOCRU_OFFSET; in rv1106_suspend_init()