Home
last modified time | relevance | path

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

/arch/arm/mach-ixp4xx/
Dcommon.c332 *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 …]
/arch/arm/mach-ixp4xx/include/mach/
Dixp4xx-regs.h260 #define IXP4XX_OSRT1 IXP4XX_TIMER_REG(IXP4XX_OSRT1_OFFSET) macro