Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dib700wdt.c90 #define WDT_STOP 0x441 macro
127 outb_p(0, WDT_STOP); in ibwdt_disable()
281 #if WDT_START != WDT_STOP in ibwdt_probe()
282 if (!request_region(WDT_STOP, 1, "IB700 WDT")) { in ibwdt_probe()
283 pr_err("STOP method I/O %X is not available\n", WDT_STOP); in ibwdt_probe()
312 #if WDT_START != WDT_STOP in ibwdt_probe()
313 release_region(WDT_STOP, 1); in ibwdt_probe()
323 #if WDT_START != WDT_STOP in ibwdt_remove()
324 release_region(WDT_STOP, 1); in ibwdt_remove()
H A Dstpmic1_wdt.c19 #define WDT_STOP 0 macro
48 WCHDG_CR, WDT_START_MASK, WDT_STOP); in pmic_wdt_stop()
/OK3568_Linux_fs/kernel/include/linux/rockchip/
H A Drockchip_sip.h217 WDT_STOP = 1, enumerator
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/hdmirx/
H A Drk_hdmirx.c2883 sip_wdt_config(WDT_STOP, 0, 0, 0); in hdmirx_plugout()
3499 sip_wdt_config(WDT_STOP, 0, 0, 0); in hdmirx_runtime_suspend()