Searched refs:vh_ioh_vga (Results 1 – 5 of 5) sorted by relevance
/netbsd/sys/dev/ic/ |
H A D | vgavar.h | 38 bus_space_handle_t vh_ioh_vga, vh_allmemh; member 94 bus_space_read_1(vh->vh_iot, vh->vh_ioh_vga, reg) 96 bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, reg, value)
|
H A D | vga_subr.c | 225 if (bus_space_map(vh->vh_iot, 0x3c0, 0x10, 0, &vh->vh_ioh_vga)) in vga_reset() 264 bus_space_unmap(vh->vh_iot, vh->vh_ioh_vga, 0x10); in vga_reset()
|
H A D | vga_raster.c | 387 if (bus_space_map(vh->vh_iot, 0x3c0, 0x10, 0, &vh->vh_ioh_vga)) in vga_raster_init() 391 mor = bus_space_read_1(vh->vh_iot, vh->vh_ioh_vga, VGA_MISC_DATAR); in vga_raster_init() 567 bus_space_unmap(vh->vh_iot, vh->vh_ioh_vga, 0x10); in vga_cndetach() 1009 bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, VGA_MISC_DATAW, in vga_set_mode()
|
H A D | vga.c | 536 if (bus_space_map(vh->vh_iot, 0x3c0, 0x10, 0, &vh->vh_ioh_vga)) in vga_init() 724 bus_space_unmap(vh->vh_iot, vh->vh_ioh_vga, 0x10); in vga_cndetach()
|
/netbsd/sys/dev/isa/ |
H A D | ega.c | 402 if (bus_space_map(vh->vh_iot, 0x3c0, 0x10, 0, &vh->vh_ioh_vga)) in ega_init()
|