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

  /src/sys/dev/ieee1394/
fwdma.h 123 void *fwdma_alloc_setup(device_t, bus_dma_tag_t, bus_size_t,
fwdma.c 131 fwdma_alloc_setup(device_t dev, bus_dma_tag_t dmat, bus_size_t size, function in typeref:typename:void *
fwohci.c 444 sc->fc.config_rom = fwdma_alloc_setup(sc->fc.dev, sc->fc.dmat,
465 sc->sid_buf = fwdma_alloc_setup(sc->fc.dev, sc->fc.dmat, OHCI_SIDSIZE,
472 fwdma_alloc_setup(sc->fc.dev, sc->fc.dmat, sizeof(uint32_t),
sbp.c 778 fwdma_alloc_setup(sc->sc_fd.dev, sc->sc_dmat, SBP_DMA_SIZE,

Completed in 15 milliseconds