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

  /src/sys/arch/i386/pci/
piixvar.h 66 bus_space_tag_t ph_iot; member in struct:piix_handle
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);
  /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;

Completed in 13 milliseconds