Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/watchdog/
Di6300esb.c63 #define ESB_WDT_LOCK (0x01 << 0) /* Lock (nowayout) */ macro
128 val = ESB_WDT_ENABLE | (nowayout ? ESB_WDT_LOCK : 0x00); in esb_timer_start()
399 if (val1 & ESB_WDT_LOCK) in esb_initdevice()