Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-ixp4xx/
Dcommon.c298 *IXP4XX_OSRT1 = 0; in ixp4xx_timer_init()
487 unsigned long opts = *IXP4XX_OSRT1 & IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_next_event()
489 *IXP4XX_OSRT1 = (evt & ~IXP4XX_OST_RELOAD_MASK) | opts; in ixp4xx_set_next_event()
497 unsigned long opts = *IXP4XX_OSRT1 & IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_mode()
498 unsigned long osrt = *IXP4XX_OSRT1 & ~IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_mode()
522 *IXP4XX_OSRT1 = osrt | opts; in ixp4xx_set_mode()
/linux-3.4.99/arch/arm/mach-ixp4xx/include/mach/
Dixp4xx-regs.h268 #define IXP4XX_OSRT1 IXP4XX_TIMER_REG(IXP4XX_OSRT1_OFFSET) macro