Searched refs:IO_DATA_PORT (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/watchdog/ |
H A D | w83977f_wdt.c | 83 outb_p(0x08, IO_DATA_PORT); in wdt_start() 87 outb_p(0x08, IO_DATA_PORT); in wdt_start() 89 outb_p(0x00, IO_DATA_PORT); in wdt_start() 93 outb_p(0x01, IO_DATA_PORT); in wdt_start() 103 outb_p(0x07, IO_DATA_PORT); in wdt_start() 117 outb_p(0x08, IO_DATA_PORT); in wdt_start() 121 outb_p(0x01, IO_DATA_PORT); in wdt_start() 154 outb_p(0x08, IO_DATA_PORT); in wdt_stop() 156 outb_p(0xFF, IO_DATA_PORT); in wdt_stop() 158 outb_p(0x00, IO_DATA_PORT); in wdt_stop() [all …]
|
H A D | wdt977.c | 93 outb_p(0x08, IO_DATA_PORT); in wdt977_start() 100 outb_p(0x00, IO_DATA_PORT); in wdt977_start() 108 outb_p(0x07, IO_DATA_PORT); in wdt977_start() 141 outb_p(0x08, IO_DATA_PORT); in wdt977_stop() 143 outb_p(0xFF, IO_DATA_PORT); in wdt977_stop() 145 outb_p(0x00, IO_DATA_PORT); in wdt977_stop() 147 outb_p(0x00, IO_DATA_PORT); in wdt977_stop() 149 outb_p(0x00, IO_DATA_PORT); in wdt977_stop() 154 outb_p(0x07, IO_DATA_PORT); in wdt977_stop() 156 outb_p(0x08, IO_DATA_PORT); in wdt977_stop() [all …]
|