Home
last modified time | relevance | path

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

/arch/arm/mach-ixp4xx/
Dcommon.c435 unsigned long opts = *IXP4XX_OSRT1 & IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_next_event()
437 *IXP4XX_OSRT1 = (evt & ~IXP4XX_OST_RELOAD_MASK) | opts; in ixp4xx_set_next_event()
445 unsigned long opts = *IXP4XX_OSRT1 & IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_mode()
446 unsigned long osrt = *IXP4XX_OSRT1 & ~IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_mode()
450 osrt = LATCH & ~IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_mode()
/arch/arm/mach-ixp4xx/include/mach/
Dtimex.h14 #define CLOCK_TICK_RATE (((FREQ / HZ & ~IXP4XX_OST_RELOAD_MASK) + 1) * HZ)
Dixp4xx-regs.h282 #define IXP4XX_OST_RELOAD_MASK 0x00000003 macro