IXP4XX_OST_RELOAD_MASK  115 drivers/clocksource/timer-ixp4xx.c 	val &= IXP4XX_OST_RELOAD_MASK;
IXP4XX_OST_RELOAD_MASK  116 drivers/clocksource/timer-ixp4xx.c 	__raw_writel((cycles & ~IXP4XX_OST_RELOAD_MASK) | val,
IXP4XX_OST_RELOAD_MASK  149 drivers/clocksource/timer-ixp4xx.c 	val = tmr->latch & ~IXP4XX_OST_RELOAD_MASK;
IXP4XX_OST_RELOAD_MASK  193 drivers/clocksource/timer-ixp4xx.c 				       (IXP4XX_OST_RELOAD_MASK + 1) * HZ)
IXP4XX_OST_RELOAD_MASK  194 drivers/clocksource/timer-ixp4xx.c 		* (IXP4XX_OST_RELOAD_MASK + 1);
IXP4XX_OST_RELOAD_MASK   39 drivers/input/misc/ixp4xx-beeper.c 		*IXP4XX_OSRT2 = (count & ~IXP4XX_OST_RELOAD_MASK) | IXP4XX_OST_ENABLE;