Home
last modified time | relevance | path

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

/arch/arm/mach-ixp4xx/
Dcommon.c451 opts = IXP4XX_OST_ENABLE; in ixp4xx_set_mode()
456 opts = IXP4XX_OST_ENABLE | IXP4XX_OST_ONE_SHOT; in ixp4xx_set_mode()
459 opts &= ~IXP4XX_OST_ENABLE; in ixp4xx_set_mode()
462 opts |= IXP4XX_OST_ENABLE; in ixp4xx_set_mode()
/arch/arm/mach-ixp4xx/include/mach/
Dixp4xx-regs.h279 #define IXP4XX_OST_ENABLE 0x00000001 macro