Home
last modified time | relevance | path

Searched refs:vh_iot (Results 1 – 6 of 6) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dvgavar.h41 #define vh_iot vh_ph.ph_iot macro
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)
102 (void) bus_space_read_1(vh->vh_iot, vh->vh_ioh_6845, 10)
H A Dvga_subr.c225 if (bus_space_map(vh->vh_iot, 0x3c0, 0x10, 0, &vh->vh_ioh_vga)) in vga_reset()
231 if (bus_space_map(vh->vh_iot, vh->vh_mono ? 0x3b0 : 0x3d0, 0x10, in vga_reset()
262 bus_space_unmap(vh->vh_iot, vh->vh_ioh_6845, 0x10); in vga_reset()
264 bus_space_unmap(vh->vh_iot, vh->vh_ioh_vga, 0x10); in vga_reset()
H A Dvga_raster.c384 vh->vh_iot = iot; in vga_raster_init()
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()
394 if (bus_space_map(vh->vh_iot, (vh->vh_mono ? 0x3b0 : 0x3d0), 0x10, 0, in vga_raster_init()
568 bus_space_unmap(vh->vh_iot, vh->vh_ioh_vga, 0x10); in vga_cndetach()
569 bus_space_unmap(vh->vh_iot, vh->vh_ioh_6845, 0x10); in vga_cndetach()
586 iot == vga_console_vc.hdl.vh_iot && in vga_is_console()
1015 bus_space_write_1(vh->vh_iot, vh->vh_ioh_vga, VGA_MISC_DATAW, in vga_set_mode()
H A Dvga.c537 vh->vh_iot = iot; in vga_init()
540 if (bus_space_map(vh->vh_iot, 0x3c0, 0x10, 0, &vh->vh_ioh_vga)) in vga_init()
547 if (bus_space_map(vh->vh_iot, (vh->vh_mono ? 0x3b0 : 0x3d0), 0x10, 0, in vga_init()
726 bus_space_unmap(vh->vh_iot, vh->vh_ioh_vga, 0x10); in vga_cndetach()
727 bus_space_unmap(vh->vh_iot, vh->vh_ioh_6845, 0x10); in vga_cndetach()
744 bus_space_is_equal(iot, vga_console_vc.hdl.vh_iot) && in vga_is_console()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/isa/
H A Dega.c398 vh->vh_iot = iot; in ega_init()
402 if (bus_space_map(vh->vh_iot, 0x3c0, 0x10, 0, &vh->vh_ioh_vga)) in ega_init()
405 if (bus_space_map(vh->vh_iot, (vh->vh_mono ? 0x3b0 : 0x3d0), 0x10, 0, in ega_init()
562 iot == ega_console_dc.hdl.vh_iot) in ega_is_console()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dvga_pci.c361 return bus_space_mmap(vc->hdl.vh_iot, in vga_pci_mmap()