Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clocksource/
Dtime-armada-370-xp.c77 static void __iomem *timer_base, *local_base; variable
91 writel((readl(local_base + TIMER_CTRL_OFF) & ~clr) | set, in local_timer_ctrl_clrset()
92 local_base + TIMER_CTRL_OFF); in local_timer_ctrl_clrset()
110 writel(TIMER0_CLR_MASK, local_base + LCL_TIMER_EVENTS_STATUS); in armada_370_xp_clkevt_next_event()
115 writel(delta, local_base + TIMER0_VAL_OFF); in armada_370_xp_clkevt_next_event()
133 writel(ticks_per_jiffy - 1, local_base + TIMER0_RELOAD_OFF); in armada_370_xp_clkevt_mode()
134 writel(ticks_per_jiffy - 1, local_base + TIMER0_VAL_OFF); in armada_370_xp_clkevt_mode()
149 writel(TIMER0_CLR_MASK, local_base + LCL_TIMER_EVENTS_STATUS); in armada_370_xp_clkevt_mode()
162 writel(TIMER0_CLR_MASK, local_base + LCL_TIMER_EVENTS_STATUS); in armada_370_xp_timer_interrupt()
232 timer0_local_ctrl_reg = readl(local_base + TIMER_CTRL_OFF); in armada_370_xp_timer_suspend()
[all …]
/linux-4.1.27/drivers/video/fbdev/aty/
Dradeon_accel.c10 u32 local_base; in radeon_fixup_offset() local
29 local_base = INREG(MC_FB_LOCATION) << 16; in radeon_fixup_offset()
30 if (local_base == rinfo->fb_local_base) in radeon_fixup_offset()
33 rinfo->fb_local_base = local_base; in radeon_fixup_offset()