Lines Matching refs:nstimer_base
92 static void __iomem *nstimer_base; variable
257 { REG_REGION(0x00, 0x04, 4, &nstimer_base, 0)},
258 { REG_REGION(0x10, 0x10, 4, &nstimer_base, 0)},
259 { REG_REGION(0x20, 0x24, 4, &nstimer_base, 0)},
260 { REG_REGION(0x30, 0x30, 4, &nstimer_base, 0)},
261 { REG_REGION(0x40, 0x44, 4, &nstimer_base, 0)},
262 { REG_REGION(0x50, 0x50, 4, &nstimer_base, 0)},
263 { REG_REGION(0x60, 0x64, 4, &nstimer_base, 0)},
264 { REG_REGION(0x70, 0x70, 4, &nstimer_base, 0)},
265 { REG_REGION(0x80, 0x84, 4, &nstimer_base, 0)},
266 { REG_REGION(0x90, 0x90, 4, &nstimer_base, 0)},
267 { REG_REGION(0xa0, 0xa4, 4, &nstimer_base, 0)},
268 { REG_REGION(0xb0, 0xb0, 4, &nstimer_base, 0)},
1031 nstimer_base = dev_reg_base + RV1106_NSTIMER_OFFSET; in rv1106_suspend_init()