Lines Matching refs:opts
517 unsigned long opts = *IXP4XX_OSRT1 & IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_next_event() local
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() local
529 opts &= ~IXP4XX_OST_ENABLE; in ixp4xx_shutdown()
530 *IXP4XX_OSRT1 = osrt | opts; in ixp4xx_shutdown()
536 unsigned long opts = IXP4XX_OST_ENABLE | IXP4XX_OST_ONE_SHOT; in ixp4xx_set_oneshot() local
540 *IXP4XX_OSRT1 = osrt | opts; in ixp4xx_set_oneshot()
546 unsigned long opts = IXP4XX_OST_ENABLE; in ixp4xx_set_periodic() local
549 *IXP4XX_OSRT1 = osrt | opts; in ixp4xx_set_periodic()
555 unsigned long opts = *IXP4XX_OSRT1 & IXP4XX_OST_RELOAD_MASK; in ixp4xx_resume() local
558 opts |= IXP4XX_OST_ENABLE; in ixp4xx_resume()
559 *IXP4XX_OSRT1 = osrt | opts; in ixp4xx_resume()