Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dsbc7240_wdt.c36 #define SBC7240_ENABLE_PORT 0x443 macro
38 #define SBC7240_SET_TIMEOUT_PORT SBC7240_ENABLE_PORT
75 inb_p(SBC7240_ENABLE_PORT); in wdt_enable()
97 inb_p(SBC7240_ENABLE_PORT); in wdt_keepalive()
253 release_region(SBC7240_ENABLE_PORT, 1); in sbc7240_wdt_unload()
260 if (!request_region(SBC7240_ENABLE_PORT, 1, "SBC7240 WDT")) { in sbc7240_wdt_init()
262 SBC7240_ENABLE_PORT); in sbc7240_wdt_init()
300 release_region(SBC7240_ENABLE_PORT, 1); in sbc7240_wdt_init()