Home
last modified time | relevance | path

Searched refs:ph_iot (Results 1 – 8 of 8) sorted by relevance

/openbsd/sys/dev/ic/
H A Dpcdisplayvar.h49 bus_space_tag_t ph_iot, ph_memt; member
60 bus_space_write_1(ph->ph_iot, ph->ph_ioh_6845, MC6845_INDEX, reg); in _pcdisplay_6845_read()
61 return (bus_space_read_1(ph->ph_iot, ph->ph_ioh_6845, MC6845_DATA)); in _pcdisplay_6845_read()
67 bus_space_write_1(ph->ph_iot, ph->ph_ioh_6845, MC6845_INDEX, reg); in _pcdisplay_6845_write()
68 bus_space_write_1(ph->ph_iot, ph->ph_ioh_6845, MC6845_DATA, val); in _pcdisplay_6845_write()
H A Dvgavar.h38 #define vh_iot vh_ph.ph_iot
/openbsd/sys/arch/i386/pci/
H A Dpiix.c107 ph->ph_iot = iot; in piix_init()
219 elcr = bus_space_read_1(ph->ph_iot, ph->ph_elcr_ioh, off); in piix_get_trigger()
241 elcr = bus_space_read_1(ph->ph_iot, ph->ph_elcr_ioh, off); in piix_set_trigger()
246 bus_space_write_1(ph->ph_iot, ph->ph_elcr_ioh, off, elcr); in piix_set_trigger()
259 elcr[0] = bus_space_read_1(ph->ph_iot, ph->ph_elcr_ioh, 0); in piix_pir_dump()
260 elcr[1] = bus_space_read_1(ph->ph_iot, ph->ph_elcr_ioh, 1); in piix_pir_dump()
H A Drccosb4.c49 #define osb4_iot piix.ph_iot
75 ph->piix.ph_iot = iot; in osb4_init()
H A Damd756.c76 bus_space_tag_t ph_iot; member
110 ph->ph_iot = iot; in amd756_init()
H A Dpiixvar.h67 bus_space_tag_t ph_iot; member
H A Dvia8231.c82 bus_space_tag_t ph_iot; member
145 ph->ph_iot = iot; in via8231_init()
/openbsd/sys/dev/isa/
H A Dpcdisplay.c177 ph->ph_iot = iot; in pcdisplay_init()
316 iot == pcdisplay_console_dc.dc_ph.ph_iot) in pcdisplay_is_console()