Searched refs:WDT_START (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/watchdog/
H A Dib700wdt.c91 #define WDT_START 0x443 macro
119 outb_p(wd_margin, WDT_START);
281 #if WDT_START != WDT_STOP
289 if (!request_region(WDT_START, 1, "IB700 WDT")) {
290 pr_err("START method I/O %X is not available\n", WDT_START);
310 release_region(WDT_START, 1);
312 #if WDT_START != WDT_STOP
322 release_region(WDT_START, 1);
323 #if WDT_START != WDT_STOP
H A Dstpmic1_wdt.c15 #define WDT_START BIT(0) macro
40 WCHDG_CR, WDT_START_MASK, WDT_START);

Completed in 158 milliseconds