Home
last modified time | relevance | path

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

/drivers/clocksource/
Dtimer-ixp4xx.c43 #define IXP4XX_OST_RELOAD_MASK 0x00000003 macro
115 val &= IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_next_event()
116 __raw_writel((cycles & ~IXP4XX_OST_RELOAD_MASK) | val, in ixp4xx_set_next_event()
149 val = tmr->latch & ~IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_periodic()
193 (IXP4XX_OST_RELOAD_MASK + 1) * HZ) in ixp4xx_timer_register()
194 * (IXP4XX_OST_RELOAD_MASK + 1); in ixp4xx_timer_register()
/drivers/input/misc/
Dixp4xx-beeper.c39 *IXP4XX_OSRT2 = (count & ~IXP4XX_OST_RELOAD_MASK) | IXP4XX_OST_ENABLE; in ixp4xx_spkr_control()