Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/mfd/wm831x/
Dwatchdog.h42 #define WM831X_WDOG_SECACT_MASK 0x0300 /* WDOG_SECACT - [9:8] */ macro
/linux-2.6.39/drivers/watchdog/
Dwm831x_wdt.c345 reg &= ~(WM831X_WDOG_SECACT_MASK | WM831X_WDOG_PRIMACT_MASK | in wm831x_wdt_probe()