Home
last modified time | relevance | path

Searched refs:osrt (Results 1 – 1 of 1) sorted by relevance

/arch/arm/mach-ixp4xx/
Dcommon.c527 unsigned long osrt = *IXP4XX_OSRT1 & ~IXP4XX_OST_RELOAD_MASK; in ixp4xx_shutdown() local
530 *IXP4XX_OSRT1 = osrt | opts; in ixp4xx_shutdown()
537 unsigned long osrt = 0; in ixp4xx_set_oneshot() local
540 *IXP4XX_OSRT1 = osrt | opts; in ixp4xx_set_oneshot()
547 unsigned long osrt = IXP4XX_LATCH & ~IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_periodic() local
549 *IXP4XX_OSRT1 = osrt | opts; in ixp4xx_set_periodic()
556 unsigned long osrt = *IXP4XX_OSRT1 & ~IXP4XX_OST_RELOAD_MASK; in ixp4xx_resume() local
559 *IXP4XX_OSRT1 = osrt | opts; in ixp4xx_resume()