Searched refs:xchan_tx (Results 1 – 1 of 1) sorted by relevance
| /src/sys/dev/flash/ |
| H A D | cqspi.c | 108 xdma_channel_t *xchan_tx; member 178 ret = xdma_dequeue_bio(sc->xchan_tx, &bp, &st); in cqspi_xdma_tx_intr() 449 xdma_enqueue_bio(sc->xchan_tx, &bp, in cqspi_write() 451 xdma_queue_submit(sc->xchan_tx); in cqspi_write() 691 sc->xchan_tx = xdma_channel_alloc(sc->xdma_tx, caps); in cqspi_attach() 692 if (sc->xchan_tx == NULL) { in cqspi_attach() 704 error = xdma_setup_intr(sc->xchan_tx, 0, cqspi_xdma_tx_intr, in cqspi_attach() 720 xdma_prep_sg(sc->xchan_tx, TX_QUEUE_SIZE, maxphys, 8, 16, 0, in cqspi_attach()
|