Searched refs:UNLOCK_DATA (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/watchdog/ |
H A D | w83977f_wdt.c | 36 #define UNLOCK_DATA 0x87 macro 73 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt_start() 74 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt_start() 144 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt_stop() 145 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt_stop() 199 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt_keepalive() 200 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt_keepalive() 260 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt_get_status() 261 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt_get_status()
|
H A D | wdt977.c | 46 #define UNLOCK_DATA 0x87 macro 83 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt977_start() 84 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt977_start() 132 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt977_stop() 133 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt977_stop() 178 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt977_keepalive() 179 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt977_keepalive() 236 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt977_get_status() 237 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt977_get_status()
|