Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dvgavar.h38 #define vh_iot vh_ph.ph_iot macro
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)
108 (void) bus_space_read_1(vh->vh_iot, vh->vh_ioh_6845, 10); in _vga_attr_read()
114 (void) bus_space_read_1(vh->vh_iot, vh->vh_ioh_6845, 10); in _vga_attr_read()
125 (void) bus_space_read_1(vh->vh_iot, vh->vh_ioh_6845, 10); in _vga_attr_write()
131 (void) bus_space_read_1(vh->vh_iot, vh->vh_ioh_6845, 10); in _vga_attr_write()
Dvga.c473 vh->vh_iot = iot; in vga_init()
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()
483 if (bus_space_map(vh->vh_iot, (vh->vh_mono ? 0x3b0 : 0x3d0), 0x10, 0, in vga_init()
605 iot == vga_console_vc.hdl.vh_iot && in vga_is_console()