Lines Matching refs:outb_p

78 	outb_p(UNLOCK_DATA, IO_INDEX_PORT);  in wdt_start()
79 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt_start()
87 outb_p(DEVICE_REGISTER, IO_INDEX_PORT); in wdt_start()
88 outb_p(0x08, IO_DATA_PORT); in wdt_start()
89 outb_p(0xF2, IO_INDEX_PORT); in wdt_start()
90 outb_p(timeoutW, IO_DATA_PORT); in wdt_start()
91 outb_p(0xF3, IO_INDEX_PORT); in wdt_start()
92 outb_p(0x08, IO_DATA_PORT); in wdt_start()
93 outb_p(0xF4, IO_INDEX_PORT); in wdt_start()
94 outb_p(0x00, IO_DATA_PORT); in wdt_start()
97 outb_p(0x30, IO_INDEX_PORT); in wdt_start()
98 outb_p(0x01, IO_DATA_PORT); in wdt_start()
107 outb_p(DEVICE_REGISTER, IO_INDEX_PORT); in wdt_start()
108 outb_p(0x07, IO_DATA_PORT); in wdt_start()
112 outb_p(0xE6, IO_INDEX_PORT); in wdt_start()
113 outb_p(0x0A, IO_DATA_PORT); in wdt_start()
114 outb_p(0x2C, IO_INDEX_PORT); in wdt_start()
118 outb_p(0x2C, IO_INDEX_PORT); in wdt_start()
119 outb_p(pin_map, IO_DATA_PORT); in wdt_start()
121 outb_p(0xE3, IO_INDEX_PORT); in wdt_start()
122 outb_p(0x08, IO_DATA_PORT); in wdt_start()
125 outb_p(0x30, IO_INDEX_PORT); in wdt_start()
126 outb_p(0x01, IO_DATA_PORT); in wdt_start()
129 outb_p(LOCK_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()
158 outb_p(DEVICE_REGISTER, IO_INDEX_PORT); in wdt_stop()
159 outb_p(0x08, IO_DATA_PORT); in wdt_stop()
160 outb_p(0xF2, IO_INDEX_PORT); in wdt_stop()
161 outb_p(0xFF, IO_DATA_PORT); in wdt_stop()
162 outb_p(0xF3, IO_INDEX_PORT); in wdt_stop()
163 outb_p(0x00, IO_DATA_PORT); in wdt_stop()
164 outb_p(0xF4, IO_INDEX_PORT); in wdt_stop()
165 outb_p(0x00, IO_DATA_PORT); in wdt_stop()
166 outb_p(0xF2, IO_INDEX_PORT); in wdt_stop()
167 outb_p(0x00, IO_DATA_PORT); in wdt_stop()
173 outb_p(DEVICE_REGISTER, IO_INDEX_PORT); in wdt_stop()
174 outb_p(0x07, IO_DATA_PORT); in wdt_stop()
176 outb_p(0xE6, IO_INDEX_PORT); in wdt_stop()
177 outb_p(0x01, IO_DATA_PORT); in wdt_stop()
179 outb_p(0xE3, IO_INDEX_PORT); in wdt_stop()
180 outb_p(0x01, IO_DATA_PORT); in wdt_stop()
183 outb_p(LOCK_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()
208 outb_p(DEVICE_REGISTER, IO_INDEX_PORT); in wdt_keepalive()
209 outb_p(0x08, IO_DATA_PORT); in wdt_keepalive()
210 outb_p(0xF2, IO_INDEX_PORT); in wdt_keepalive()
211 outb_p(timeoutW, IO_DATA_PORT); in wdt_keepalive()
214 outb_p(LOCK_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()
269 outb_p(DEVICE_REGISTER, IO_INDEX_PORT); in wdt_get_status()
270 outb_p(0x08, IO_DATA_PORT); in wdt_get_status()
271 outb_p(0xF4, IO_INDEX_PORT); in wdt_get_status()
275 outb_p(LOCK_DATA, IO_INDEX_PORT); in wdt_get_status()