Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Dtimer-ixp4xx.c39 #define IXP4XX_OST_RELOAD_MASK 0x00000003 macro
104 val &= IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_next_event()
105 __raw_writel((cycles & ~IXP4XX_OST_RELOAD_MASK) | val, in ixp4xx_set_next_event()
138 val = tmr->latch & ~IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_periodic()
181 (IXP4XX_OST_RELOAD_MASK + 1) * HZ) in ixp4xx_timer_register()
182 * (IXP4XX_OST_RELOAD_MASK + 1); in ixp4xx_timer_register()