Searched refs:fwdma_alloc_setup (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/dev/ieee1394/ |
H A D | fwdma.h | 123 void *fwdma_alloc_setup(device_t, bus_dma_tag_t, bus_size_t,
|
H A D | fwdma.c | 131 fwdma_alloc_setup(device_t dev, bus_dma_tag_t dmat, bus_size_t size, in fwdma_alloc_setup() function
|
H A D | fwohci.c | 444 sc->fc.config_rom = fwdma_alloc_setup(sc->fc.dev, sc->fc.dmat, in fwohci_attach() 465 sc->sid_buf = fwdma_alloc_setup(sc->fc.dev, sc->fc.dmat, OHCI_SIDSIZE, in fwohci_attach() 472 fwdma_alloc_setup(sc->fc.dev, sc->fc.dmat, sizeof(uint32_t), in fwohci_attach()
|
H A D | sbp.c | 778 fwdma_alloc_setup(sc->sc_fd.dev, sc->sc_dmat, SBP_DMA_SIZE, in sbp_alloc_lun()
|