Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-ixp4xx/
Dcommon.c529 opts &= ~IXP4XX_OST_ENABLE; in ixp4xx_shutdown()
536 unsigned long opts = IXP4XX_OST_ENABLE | IXP4XX_OST_ONE_SHOT; in ixp4xx_set_oneshot()
546 unsigned long opts = IXP4XX_OST_ENABLE; in ixp4xx_set_periodic()
558 opts |= IXP4XX_OST_ENABLE; in ixp4xx_resume()
/linux-4.4.14/drivers/input/misc/
Dixp4xx-beeper.c41 *IXP4XX_OSRT2 = (count & ~IXP4XX_OST_RELOAD_MASK) | IXP4XX_OST_ENABLE; in ixp4xx_spkr_control()
/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/
Dixp4xx-regs.h271 #define IXP4XX_OST_ENABLE 0x00000001 macro