Home
last modified time | relevance | path

Searched refs:xdma_channel_alloc (Results 1 – 5 of 5) sorted by relevance

/src/sys/dev/flash/
H A Dcqspi.c691 sc->xchan_tx = xdma_channel_alloc(sc->xdma_tx, caps); in cqspi_attach()
697 sc->xchan_rx = xdma_channel_alloc(sc->xdma_rx, caps); in cqspi_attach()
/src/sys/dev/xdma/
H A Dxdma.h243 xdma_channel_t * xdma_channel_alloc(xdma_controller_t *, uint32_t caps);
H A Dxdma_fdt_test.c210 sc->xchan = xdma_channel_alloc(sc->xdma); in xdmatest_test()
H A Dxdma.c109 xdma_channel_alloc(xdma_controller_t *xdma, uint32_t caps) in xdma_channel_alloc() function
/src/sys/dev/xdma/controller/
H A Dpl330.c619 DEVMETHOD(xdma_channel_alloc, pl330_channel_alloc),