Searched refs:ESB_WDT_LOCK (Results 1 – 2 of 2) sorted by relevance
57 #define ESB_WDT_LOCK (0x01 << 0) /* Lock (nowayout) */ macro125 val = ESB_WDT_ENABLE | (_wdd_nowayout ? ESB_WDT_LOCK : 0x00); in esb_timer_start()269 if (val1 & ESB_WDT_LOCK) in esb_initdevice()
53 #define ESB_WDT_LOCK (0x01 << 0) /* Lock (nowayout) */ macro226 d->locked = (data & ESB_WDT_LOCK) != 0; in i6300esb_config_write()256 (d->locked ? ESB_WDT_LOCK : 0) | in i6300esb_config_read()