Searched refs:UNLOCK_DATA (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/watchdog/ |
D | wdt977.c | 50 #define UNLOCK_DATA 0x87 macro 87 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt977_start() 88 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt977_start() 136 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt977_stop() 137 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt977_stop() 182 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt977_keepalive() 183 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt977_keepalive() 240 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt977_get_status() 241 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt977_get_status()
|
D | w83977f_wdt.c | 41 #define UNLOCK_DATA 0x87 macro 78 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt_start() 79 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt_start() 149 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt_stop() 150 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt_stop() 204 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt_keepalive() 205 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt_keepalive() 265 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt_get_status() 266 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt_get_status()
|