• Home
  • Raw
  • Download

Lines Matching refs:outb_p

73 	outb_p(UNLOCK_DATA, IO_INDEX_PORT);  in wdt_start()
74 outb_p(UNLOCK_DATA, IO_INDEX_PORT); in wdt_start()
82 outb_p(DEVICE_REGISTER, IO_INDEX_PORT); in wdt_start()
83 outb_p(0x08, IO_DATA_PORT); in wdt_start()
84 outb_p(0xF2, IO_INDEX_PORT); in wdt_start()
85 outb_p(timeoutW, IO_DATA_PORT); in wdt_start()
86 outb_p(0xF3, IO_INDEX_PORT); in wdt_start()
87 outb_p(0x08, IO_DATA_PORT); in wdt_start()
88 outb_p(0xF4, IO_INDEX_PORT); in wdt_start()
89 outb_p(0x00, IO_DATA_PORT); in wdt_start()
92 outb_p(0x30, IO_INDEX_PORT); in wdt_start()
93 outb_p(0x01, IO_DATA_PORT); in wdt_start()
102 outb_p(DEVICE_REGISTER, IO_INDEX_PORT); in wdt_start()
103 outb_p(0x07, IO_DATA_PORT); in wdt_start()
107 outb_p(0xE6, IO_INDEX_PORT); in wdt_start()
108 outb_p(0x0A, IO_DATA_PORT); in wdt_start()
109 outb_p(0x2C, IO_INDEX_PORT); in wdt_start()
113 outb_p(0x2C, IO_INDEX_PORT); in wdt_start()
114 outb_p(pin_map, IO_DATA_PORT); in wdt_start()
116 outb_p(0xE3, IO_INDEX_PORT); in wdt_start()
117 outb_p(0x08, IO_DATA_PORT); in wdt_start()
120 outb_p(0x30, IO_INDEX_PORT); in wdt_start()
121 outb_p(0x01, IO_DATA_PORT); in wdt_start()
124 outb_p(LOCK_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()
153 outb_p(DEVICE_REGISTER, IO_INDEX_PORT); in wdt_stop()
154 outb_p(0x08, IO_DATA_PORT); in wdt_stop()
155 outb_p(0xF2, IO_INDEX_PORT); in wdt_stop()
156 outb_p(0xFF, IO_DATA_PORT); in wdt_stop()
157 outb_p(0xF3, IO_INDEX_PORT); in wdt_stop()
158 outb_p(0x00, IO_DATA_PORT); in wdt_stop()
159 outb_p(0xF4, IO_INDEX_PORT); in wdt_stop()
160 outb_p(0x00, IO_DATA_PORT); in wdt_stop()
161 outb_p(0xF2, IO_INDEX_PORT); in wdt_stop()
162 outb_p(0x00, IO_DATA_PORT); in wdt_stop()
168 outb_p(DEVICE_REGISTER, IO_INDEX_PORT); in wdt_stop()
169 outb_p(0x07, IO_DATA_PORT); in wdt_stop()
171 outb_p(0xE6, IO_INDEX_PORT); in wdt_stop()
172 outb_p(0x01, IO_DATA_PORT); in wdt_stop()
174 outb_p(0xE3, IO_INDEX_PORT); in wdt_stop()
175 outb_p(0x01, IO_DATA_PORT); in wdt_stop()
178 outb_p(LOCK_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()
203 outb_p(DEVICE_REGISTER, IO_INDEX_PORT); in wdt_keepalive()
204 outb_p(0x08, IO_DATA_PORT); in wdt_keepalive()
205 outb_p(0xF2, IO_INDEX_PORT); in wdt_keepalive()
206 outb_p(timeoutW, IO_DATA_PORT); in wdt_keepalive()
209 outb_p(LOCK_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()
264 outb_p(DEVICE_REGISTER, IO_INDEX_PORT); in wdt_get_status()
265 outb_p(0x08, IO_DATA_PORT); in wdt_get_status()
266 outb_p(0xF4, IO_INDEX_PORT); in wdt_get_status()
270 outb_p(LOCK_DATA, IO_INDEX_PORT); in wdt_get_status()