Searched refs:ESB_WDT_ENABLE (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Di6300esb.c61 #define ESB_WDT_ENABLE (0x01 << 1) /* Enable WDT */ macro
127 val = ESB_WDT_ENABLE | (nowayout ? ESB_WDT_LOCK : 0x00);
147 return val & ESB_WDT_ENABLE;

Completed in 27 milliseconds