Home
last modified time | relevance | path

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

/src/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()