Home
last modified time | relevance | path

Searched refs:xdma_tx (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/flash/
H A Dcqspi.c107 xdma_controller_t *xdma_tx; member
190 wakeup(&sc->xdma_tx); in cqspi_xdma_tx_intr()
458 tsleep(&sc->xdma_tx, PCATCH | PZERO, "spi", hz/2); in cqspi_write()
678 sc->xdma_tx = xdma_ofw_get(sc->dev, "tx"); in cqspi_attach()
679 if (sc->xdma_tx == NULL) { in cqspi_attach()
691 sc->xchan_tx = xdma_channel_alloc(sc->xdma_tx, caps); in cqspi_attach()
/freebsd/sys/dev/xilinx/
H A Dif_xae.c774 sc->xdma_tx = xdma_ofw_get(sc->dev, "tx"); in get_xdma_std()
775 if (sc->xdma_tx == NULL) in get_xdma_std()
780 xdma_put(sc->xdma_tx); in get_xdma_std()
809 sc->xdma_tx = xdma_get(sc->dev, dma_dev); in get_xdma_axistream()
810 if (sc->xdma_tx == NULL) { in get_xdma_axistream()
817 sc->xdma_tx->data = data; in get_xdma_axistream()
856 sc->xchan_tx = xdma_channel_alloc(sc->xdma_tx, 0); in setup_xdma()
1068 xdma_put(sc->xdma_tx); in xae_detach()
H A Dif_xaevar.h63 xdma_controller_t *xdma_tx; member