Searched refs:IXP4XX_OST_RELOAD_MASK (Results 1 – 2 of 2) sorted by relevance
54 (IXP4XX_OST_RELOAD_MASK + 1) * HZ) * \55 (IXP4XX_OST_RELOAD_MASK + 1)517 unsigned long opts = *IXP4XX_OSRT1 & IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_next_event()519 *IXP4XX_OSRT1 = (evt & ~IXP4XX_OST_RELOAD_MASK) | opts; in ixp4xx_set_next_event()526 unsigned long opts = *IXP4XX_OSRT1 & IXP4XX_OST_RELOAD_MASK; in ixp4xx_shutdown()527 unsigned long osrt = *IXP4XX_OSRT1 & ~IXP4XX_OST_RELOAD_MASK; in ixp4xx_shutdown()547 unsigned long osrt = IXP4XX_LATCH & ~IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_periodic()555 unsigned long opts = *IXP4XX_OSRT1 & IXP4XX_OST_RELOAD_MASK; in ixp4xx_resume()556 unsigned long osrt = *IXP4XX_OSRT1 & ~IXP4XX_OST_RELOAD_MASK; in ixp4xx_resume()
274 #define IXP4XX_OST_RELOAD_MASK 0x00000003 macro