Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-rockchip/
H A Drv1106_pm.c79 static void __iomem *coresgrf_base; variable
107 { REG_REGION(0x004, 0x014, 4, &coresgrf_base, 0)},
108 { REG_REGION(0x000, 0x000, 4, &coresgrf_base, 0)},
109 { REG_REGION(0x020, 0x030, 4, &coresgrf_base, WMSK_VAL)},
110 { REG_REGION(0x040, 0x040, 4, &coresgrf_base, WMSK_VAL)},
111 { REG_REGION(0x044, 0x044, 4, &coresgrf_base, 0)},
1052 coresgrf_base = dev_reg_base + RV1106_CORESGRF_OFFSET; in rv1106_suspend_init()