OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vh_iot
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/ic/
vgavar.h
41
#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)
vga_subr.c
225
if (bus_space_map(vh->
vh_iot
, 0x3c0, 0x10, 0, &vh->vh_ioh_vga))
231
if (bus_space_map(vh->
vh_iot
, vh->vh_mono ? 0x3b0 : 0x3d0, 0x10,
262
bus_space_unmap(vh->
vh_iot
, vh->vh_ioh_6845, 0x10);
264
bus_space_unmap(vh->
vh_iot
, vh->vh_ioh_vga, 0x10);
vga_raster.c
384
vh->
vh_iot
= iot;
387
if (bus_space_map(vh->
vh_iot
, 0x3c0, 0x10, 0, &vh->vh_ioh_vga))
391
mor = bus_space_read_1(vh->
vh_iot
, vh->vh_ioh_vga, VGA_MISC_DATAR);
394
if (bus_space_map(vh->
vh_iot
, (vh->vh_mono ? 0x3b0 : 0x3d0), 0x10, 0,
567
bus_space_unmap(vh->
vh_iot
, vh->vh_ioh_vga, 0x10);
568
bus_space_unmap(vh->
vh_iot
, vh->vh_ioh_6845, 0x10);
585
iot == vga_console_vc.hdl.
vh_iot
&&
1009
bus_space_write_1(vh->
vh_iot
, vh->vh_ioh_vga, VGA_MISC_DATAW,
vga.c
533
vh->
vh_iot
= iot;
536
if (bus_space_map(vh->
vh_iot
, 0x3c0, 0x10, 0, &vh->vh_ioh_vga))
543
if (bus_space_map(vh->
vh_iot
, (vh->vh_mono ? 0x3b0 : 0x3d0), 0x10, 0,
724
bus_space_unmap(vh->
vh_iot
, vh->vh_ioh_vga, 0x10);
725
bus_space_unmap(vh->
vh_iot
, vh->vh_ioh_6845, 0x10);
742
bus_space_is_equal(iot, vga_console_vc.hdl.
vh_iot
) &&
/src/sys/arch/arc/arc/
c_nec_eisa.c
224
handle.
vh_iot
= &arc_bus_io;
/src/sys/dev/isa/
ega.c
398
vh->
vh_iot
= iot;
402
if (bus_space_map(vh->
vh_iot
, 0x3c0, 0x10, 0, &vh->vh_ioh_vga))
405
if (bus_space_map(vh->
vh_iot
, (vh->vh_mono ? 0x3b0 : 0x3d0), 0x10, 0,
562
iot == ega_console_dc.hdl.
vh_iot
)
/src/sys/dev/pci/
vga_pci.c
372
return bus_space_mmap(vc->hdl.
vh_iot
,
Completed in 38 milliseconds
Indexes created Tue Oct 21 07:10:13 GMT 2025