Searched refs:WDT_START (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | ib700wdt.c | 91 #define WDT_START 0x443 macro 119 outb_p(wd_margin, WDT_START); in ibwdt_ping() 281 #if WDT_START != WDT_STOP in ibwdt_probe() 289 if (!request_region(WDT_START, 1, "IB700 WDT")) { in ibwdt_probe() 290 pr_err("START method I/O %X is not available\n", WDT_START); in ibwdt_probe() 310 release_region(WDT_START, 1); in ibwdt_probe() 312 #if WDT_START != WDT_STOP in ibwdt_probe() 322 release_region(WDT_START, 1); in ibwdt_remove() 323 #if WDT_START != WDT_STOP in ibwdt_remove()
|
| H A D | stpmic1_wdt.c | 15 #define WDT_START BIT(0) macro 40 WCHDG_CR, WDT_START_MASK, WDT_START); in pmic_wdt_start()
|
| /OK3568_Linux_fs/kernel/include/linux/rockchip/ |
| H A D | rockchip_sip.h | 216 WDT_START = 0, enumerator
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/hdmirx/ |
| H A D | rk_hdmirx.c | 2831 sip_wdt_config(WDT_START, 0, 0, 0); in hdmirx_plugin()
|