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

  /src/sys/arch/arm/gemini/
if_gmc.c 61 bus_space_handle_t sc_dma_ioh; member in struct:gmc_softc
477 sc->sc_dma_ioh, GMAC_SW_TX_Qn_RWPTR(i),
517 bus_space_write_4(sc->sc_iot, sc->sc_dma_ioh, GMAC_DMAVR,
521 bus_space_read_4(sc->sc_iot, sc->sc_dma_ioh, GMAC_DMAVR));
618 bus_space_read_4(sc->sc_iot, sc->sc_dma_ioh,
620 bus_space_read_4(sc->sc_iot, sc->sc_dma_ioh,
622 bus_space_read_4(sc->sc_iot, sc->sc_dma_ioh,
633 bus_space_read_4(sc->sc_iot, sc->sc_dma_ioh,
637 bus_space_read_4(sc->sc_iot, sc->sc_dma_ioh,
639 bus_space_read_4(sc->sc_iot, sc->sc_dma_ioh,
    [all...]
  /src/sys/dev/pci/
pciidevar.h 87 * sc_dma_ioh may only be used to allocate the dma_iohs
94 bus_space_handle_t sc_dma_ioh; member in struct:pciide_softc

Completed in 12 milliseconds