Searched refs:vh_ioh_vga (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/dev/ic/ |
| D | vgavar.h | 35 bus_space_handle_t vh_ioh_vga, vh_allmemh; member 95 bus_space_read_1(vh->vh_iot, vh->vh_ioh_vga, reg) 97 bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, reg, value)
|
| D | vga.c | 476 if (bus_space_map(vh->vh_iot, 0x3c0, 0x10, 0, &vh->vh_ioh_vga)) in vga_init() 480 mor = bus_space_read_1(vh->vh_iot, vh->vh_ioh_vga, 0xc); in vga_init()
|