HomeSort by: relevance | last modified time | path
    Searched refs:ph_iot (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/i386/pci/
piixvar.h 66 bus_space_tag_t ph_iot; member in struct:piix_handle
piix.c 130 ph->ph_iot = iot;
156 bus_space_unmap(ph->ph_iot, ph->ph_elcr_ioh, PIIX_REG_ELCR_SIZE);
290 elcr = bus_space_read_1(ph->ph_iot, ph->ph_elcr_ioh, off);
312 elcr = bus_space_read_1(ph->ph_iot, ph->ph_elcr_ioh, off);
317 bus_space_write_1(ph->ph_iot, ph->ph_elcr_ioh, off, elcr);
330 elcr[0] = bus_space_read_1(ph->ph_iot, ph->ph_elcr_ioh, 0);
331 elcr[1] = bus_space_read_1(ph->ph_iot, ph->ph_elcr_ioh, 1);
amd756.c 81 bus_space_tag_t ph_iot; member in struct:amd756_handle
115 ph->ph_iot = iot;
via8231.c 87 bus_space_tag_t ph_iot; member in struct:via8231_handle
150 ph->ph_iot = iot;
  /src/sys/dev/ic/
pcdisplayvar.h 52 bus_space_tag_t ph_iot, ph_memt; member in struct:pcdisplay_handle
62 bus_space_write_1(ph->ph_iot, ph->ph_ioh_6845, MC6845_INDEX, reg);
63 return (bus_space_read_1(ph->ph_iot, ph->ph_ioh_6845, MC6845_DATA));
69 bus_space_write_1(ph->ph_iot, ph->ph_ioh_6845, MC6845_INDEX, reg);
70 bus_space_write_1(ph->ph_iot, ph->ph_ioh_6845, MC6845_DATA, val);
vgavar.h 41 #define vh_iot vh_ph.ph_iot
  /src/sys/arch/hpcmips/dev/
plumpcmcia.c 87 bus_space_tag_t ph_iot; member in struct:plumpcmcia_handle
261 ph->ph_iot = pa->pa_iot;
283 ph->ph_iot = pa->pa_iot;
514 if (bus_space_map(ph->ph_iot, ph->ph_iobase + start,
524 if (bus_space_alloc(ph->ph_iot, ph->ph_iobase,
532 ((struct bus_space_tag_hpcmips*)ph->ph_iot)->base;
538 pcihp->iot = ph->ph_iot;
  /src/sys/dev/isa/
pcdisplay.c 188 ph->ph_iot = iot;
364 bus_space_is_equal(iot, pcdisplay_console_dc.dc_ph.ph_iot))

Completed in 58 milliseconds