Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/watchdog/
Dixp4xx_wdt.c43 *IXP4XX_OSWE = 0; in wdt_enable()
45 *IXP4XX_OSWE = IXP4XX_WDT_COUNT_ENABLE | IXP4XX_WDT_RESET_ENABLE; in wdt_enable()
54 *IXP4XX_OSWE = 0; in wdt_disable()
/linux-2.6.39/arch/arm/mach-ixp4xx/include/mach/
Dsystem.h41 *IXP4XX_OSWE = IXP4XX_WDT_RESET_ENABLE | IXP4XX_WDT_COUNT_ENABLE; in arch_reset()
Dixp4xx-regs.h272 #define IXP4XX_OSWE IXP4XX_TIMER_REG(IXP4XX_OSWE_OFFSET) macro