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()527 unsigned long opts = *IXP4XX_OSRT1 & IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_mode()528 unsigned long osrt = *IXP4XX_OSRT1 & ~IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_mode()552 *IXP4XX_OSRT1 = osrt | opts; in ixp4xx_set_mode()
260 #define IXP4XX_OSRT1 IXP4XX_TIMER_REG(IXP4XX_OSRT1_OFFSET) macro