Searched refs:IXP4XX_OST_RELOAD_MASK (Results 1 – 2 of 2) sorted by relevance
41 #define IXP4XX_OST_RELOAD_MASK 0x00000003 macro106 val &= IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_next_event()107 __raw_writel((cycles & ~IXP4XX_OST_RELOAD_MASK) | val, in ixp4xx_set_next_event()140 val = tmr->latch & ~IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_periodic()183 (IXP4XX_OST_RELOAD_MASK + 1) * HZ) in ixp4xx_timer_register()184 * (IXP4XX_OST_RELOAD_MASK + 1); in ixp4xx_timer_register()
177 #define IXP4XX_OST_RELOAD_MASK 0x00000003 macro
Completed in 4 milliseconds