Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-rockchip/
H A Drv1106_pm.c62 static void __iomem *vicru_base; variable
177 { REG_REGION(0x300, 0x30c, 4, &vicru_base, WMSK_VAL)},
178 { REG_REGION(0x800, 0x808, 4, &vicru_base, WMSK_VAL)},
449 readl_relaxed(vicru_base + RV1106_VICRU_GATE_CON(i)); in clock_suspend()
450 writel_relaxed(0xffff0000, vicru_base + RV1106_VICRU_GATE_CON(i)); in clock_suspend()
486 vicru_base + RV1106_VICRU_GATE_CON(i)); in clock_resume()
1060 vicru_base = dev_reg_base + RV1106_VICRU_OFFSET; in rv1106_suspend_init()