Home
last modified time | relevance | path

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

/linux/drivers/clocksource/
A Dtimer-ixp4xx.c41 #define IXP4XX_OST_RELOAD_MASK 0x00000003 macro
106 val &= IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_next_event()
107 __raw_writel((cycles & ~IXP4XX_OST_RELOAD_MASK) | val, in ixp4xx_set_next_event()
140 val = tmr->latch & ~IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_periodic()
183 (IXP4XX_OST_RELOAD_MASK + 1) * HZ) in ixp4xx_timer_register()
184 * (IXP4XX_OST_RELOAD_MASK + 1); in ixp4xx_timer_register()
/linux/arch/arm/mach-ixp4xx/include/mach/
A Dixp4xx-regs.h177 #define IXP4XX_OST_RELOAD_MASK 0x00000003 macro

Completed in 4 milliseconds