HomeSort by: relevance | last modified time | path
    Searched defs:ioh_6845 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
vga_common.c 49 bus_space_handle_t ioh_vga, ioh_6845, memh; local in function:vga_common_probe
65 if (bus_space_map(iot, (mono ? 0x3b0 : 0x3d0), 0x10, 0, &ioh_6845))
87 (void) bus_space_read_1(iot, ioh_6845, 10);
105 bus_space_unmap(iot, ioh_6845, 0x10);
  /src/sys/dev/isa/
pcdisplay.c 138 bus_space_handle_t memh, ioh_6845; local in function:pcdisplay_probe_col
151 if (bus_space_map(iot, 0x3d0, 0x10, 0, &ioh_6845))
153 bus_space_unmap(iot, ioh_6845, 0x10);
161 bus_space_handle_t memh, ioh_6845; local in function:pcdisplay_probe_mono
174 if (bus_space_map(iot, 0x3b0, 0x10, 0, &ioh_6845))
176 bus_space_unmap(iot, ioh_6845, 0x10);
ega.c 235 bus_space_handle_t memh, ioh_6845; local in function:ega_probe_col
248 if (bus_space_map(iot, 0x3d0, 0x10, 0, &ioh_6845))
250 bus_space_unmap(iot, ioh_6845, 0x10);
258 bus_space_handle_t memh, ioh_6845; local in function:ega_probe_mono
271 if (bus_space_map(iot, 0x3b0, 0x10, 0, &ioh_6845))
273 bus_space_unmap(iot, ioh_6845, 0x10);

Completed in 13 milliseconds