Lines Matching refs:outb_p

83 	outb_p(UNLOCK_DATA, IO_INDEX_PORT);  in wdt977_start()
84 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt977_start()
92 outb_p(DEVICE_REGISTER, IO_INDEX_PORT); in wdt977_start()
93 outb_p(0x08, IO_DATA_PORT); in wdt977_start()
94 outb_p(0xF2, IO_INDEX_PORT); in wdt977_start()
95 outb_p(timeoutM, IO_DATA_PORT); in wdt977_start()
96 outb_p(0xF3, IO_INDEX_PORT); in wdt977_start()
97 outb_p(0x00, IO_DATA_PORT); /* another setting is 0E for in wdt977_start()
99 outb_p(0xF4, IO_INDEX_PORT); in wdt977_start()
100 outb_p(0x00, IO_DATA_PORT); in wdt977_start()
107 outb_p(DEVICE_REGISTER, IO_INDEX_PORT); in wdt977_start()
108 outb_p(0x07, IO_DATA_PORT); in wdt977_start()
109 outb_p(0xE6, IO_INDEX_PORT); in wdt977_start()
110 outb_p(0x08, IO_DATA_PORT); in wdt977_start()
114 outb_p(LOCK_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()
140 outb_p(DEVICE_REGISTER, IO_INDEX_PORT); in wdt977_stop()
141 outb_p(0x08, IO_DATA_PORT); in wdt977_stop()
142 outb_p(0xF2, IO_INDEX_PORT); in wdt977_stop()
143 outb_p(0xFF, IO_DATA_PORT); in wdt977_stop()
144 outb_p(0xF3, IO_INDEX_PORT); in wdt977_stop()
145 outb_p(0x00, IO_DATA_PORT); in wdt977_stop()
146 outb_p(0xF4, IO_INDEX_PORT); in wdt977_stop()
147 outb_p(0x00, IO_DATA_PORT); in wdt977_stop()
148 outb_p(0xF2, IO_INDEX_PORT); in wdt977_stop()
149 outb_p(0x00, IO_DATA_PORT); in wdt977_stop()
153 outb_p(DEVICE_REGISTER, IO_INDEX_PORT); in wdt977_stop()
154 outb_p(0x07, IO_DATA_PORT); in wdt977_stop()
155 outb_p(0xE6, IO_INDEX_PORT); in wdt977_stop()
156 outb_p(0x08, IO_DATA_PORT); in wdt977_stop()
159 outb_p(LOCK_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()
183 outb_p(DEVICE_REGISTER, IO_INDEX_PORT); in wdt977_keepalive()
184 outb_p(0x08, IO_DATA_PORT); in wdt977_keepalive()
185 outb_p(0xF2, IO_INDEX_PORT); in wdt977_keepalive()
186 outb_p(timeoutM, IO_DATA_PORT); in wdt977_keepalive()
189 outb_p(LOCK_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()
240 outb_p(DEVICE_REGISTER, IO_INDEX_PORT); in wdt977_get_status()
241 outb_p(0x08, IO_DATA_PORT); in wdt977_get_status()
242 outb_p(0xF4, IO_INDEX_PORT); in wdt977_get_status()
246 outb_p(LOCK_DATA, IO_INDEX_PORT); in wdt977_get_status()