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

  /src/sys/dev/pci/
auacer.c 105 bus_space_handle_t mix_ioh; member in struct:auacer_softc
auich.c 172 bus_space_handle_t mix_ioh; member in struct:auich_softc
502 &sc->iot, &sc->mix_ioh, NULL, &sc->mix_size)) {
521 &sc->iot, &sc->mix_ioh, NULL, &sc->mix_size)) {
729 bus_space_unmap(sc->iot, sc->mix_ioh, sc->mix_size);
804 *val = bus_space_read_2(sc->iot, sc->mix_ioh,
853 bus_space_write_2(sc->iot, sc->mix_ioh,
1710 (void)bus_space_read_2(sc->iot, sc->mix_ioh,

Completed in 12 milliseconds