Lines Matching refs:bus_space_write_1

222 	bus_space_write_1(*iot, *ioh, GREG_VIDEOSYSENABLE, 0x01);
227 bus_space_write_1(*iot, *ioh, GREG_HERCULESCOMPAT, 0x03);
228 bus_space_write_1(*iot, *ioh, *vgabase + 0x08, 0xa0);
230 bus_space_write_1(*iot, *ioh, *vgabase + 0x04, 0x36);
231 bus_space_write_1(*iot, *ioh, *vgabase + 0x05, 0xf0);
233 bus_space_write_1(*iot, *ioh, *vgabase + 0x04, 0x11);
235 bus_space_write_1(*iot, *ioh, *vgabase + 0x05, *saved & 0x7f);
237 bus_space_write_1(*iot, *ioh, 0x3ce, 0x06);
238 bus_space_write_1(*iot, *ioh, 0x3cf, 0x01);
245 bus_space_write_1(*iot, *ioh, *vgabase + 0x04, 0x11);
247 bus_space_write_1(*iot, *ioh, *vgabase + 0x05, *saved | 0x80);
249 bus_space_write_1(*iot, *ioh, *vgabase + 0x08, 0x00);
250 bus_space_write_1(*iot, *ioh, GREG_DISPMODECONTROL, 0x29);
251 bus_space_write_1(*iot, *ioh, GREG_HERCULESCOMPAT, 0x01);
270 bus_space_write_1(*iot, *ioh, ACT_ADDRESS, 0x16 | 0x20);
272 bus_space_write_1(*iot, *ioh, ACT_ADDRESS_W, (orig ^ 0x10));
273 bus_space_write_1(*iot, *ioh, ACT_ADDRESS, 0x16 | 0x20);
275 bus_space_write_1(*iot, *ioh, ACT_ADDRESS, orig);
286 bus_space_write_1(*iot, *ioh, vgabase + 0x04, 0x33);
288 bus_space_write_1(*iot, *ioh, vgabase + 0x05, (orig ^ 0x0f));
290 bus_space_write_1(*iot, *ioh, vgabase + 0x05, orig);
302 bus_space_write_1(*iot, *ioh, 0x3c4, 0x04);
303 bus_space_write_1(*iot, *ioh, 0x3c5, 0x06);
304 bus_space_write_1(*iot, *ioh, 0x3c4, 0x07);
305 bus_space_write_1(*iot, *ioh, 0x3c5, 0xa8);
306 bus_space_write_1(*iot, *ioh, 0x3ce, 0x01);
307 bus_space_write_1(*iot, *ioh, 0x3cf, 0x00);
308 bus_space_write_1(*iot, *ioh, 0x3ce, 0x03);
309 bus_space_write_1(*iot, *ioh, 0x3cf, 0x00);
310 bus_space_write_1(*iot, *ioh, 0x3ce, 0x05);
311 bus_space_write_1(*iot, *ioh, 0x3cf, 0x40);