Searched refs:IXP4XX_OSRT1 (Results 1 – 2 of 2) sorted by relevance
332 *IXP4XX_OSRT1 = 0; in ixp4xx_timer_init()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()530 *IXP4XX_OSRT1 = osrt | opts; in ixp4xx_shutdown()540 *IXP4XX_OSRT1 = osrt | opts; in ixp4xx_set_oneshot()549 *IXP4XX_OSRT1 = osrt | opts; 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()[all …]
260 #define IXP4XX_OSRT1 IXP4XX_TIMER_REG(IXP4XX_OSRT1_OFFSET) macro