Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dsbc7240_wdt.c27 #define SBC7240_ENABLE_PORT 0x443 macro
29 #define SBC7240_SET_TIMEOUT_PORT SBC7240_ENABLE_PORT
66 inb_p(SBC7240_ENABLE_PORT); in wdt_enable()
88 inb_p(SBC7240_ENABLE_PORT); in wdt_keepalive()
244 release_region(SBC7240_ENABLE_PORT, 1); in sbc7240_wdt_unload()
251 if (!request_region(SBC7240_ENABLE_PORT, 1, "SBC7240 WDT")) { in sbc7240_wdt_init()
253 SBC7240_ENABLE_PORT); in sbc7240_wdt_init()
291 release_region(SBC7240_ENABLE_PORT, 1); in sbc7240_wdt_init()