Searched refs:IXP4XX_OST_RELOAD_MASK (Results 1 – 3 of 3) sorted by relevance
435 unsigned long opts = *IXP4XX_OSRT1 & IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_next_event()437 *IXP4XX_OSRT1 = (evt & ~IXP4XX_OST_RELOAD_MASK) | opts; in ixp4xx_set_next_event()445 unsigned long opts = *IXP4XX_OSRT1 & IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_mode()446 unsigned long osrt = *IXP4XX_OSRT1 & ~IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_mode()450 osrt = LATCH & ~IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_mode()
14 #define CLOCK_TICK_RATE (((FREQ / HZ & ~IXP4XX_OST_RELOAD_MASK) + 1) * HZ)
282 #define IXP4XX_OST_RELOAD_MASK 0x00000003 macro