Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dixp4xx_wdt.c45 *IXP4XX_OSWK = IXP4XX_WDT_KEY; in wdt_enable()
49 *IXP4XX_OSWK = 0; in wdt_enable()
56 *IXP4XX_OSWK = IXP4XX_WDT_KEY; in wdt_disable()
58 *IXP4XX_OSWK = 0; in wdt_disable()
/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/
H A Dcommon.c274 *IXP4XX_OSWK = IXP4XX_WDT_KEY; in ixp4xx_restart()
/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/include/mach/
H A Dixp4xx-regs.h167 #define IXP4XX_OSWK IXP4XX_TIMER_REG(IXP4XX_OSWK_OFFSET) macro