Home
last modified time | relevance | path

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

/src/sys/dev/flash/
H A Dcqspi.c112 xdma_channel_t *xchan_rx; member
211 ret = xdma_dequeue_bio(sc->xchan_rx, &bp, &st); in cqspi_xdma_rx_intr()
501 xdma_enqueue_bio(sc->xchan_rx, &bp, sc->sram_phys, 4, 4, in cqspi_read()
503 xdma_queue_submit(sc->xchan_rx); in cqspi_read()
697 sc->xchan_rx = xdma_channel_alloc(sc->xdma_rx, caps); in cqspi_attach()
698 if (sc->xchan_rx == NULL) { in cqspi_attach()
712 error = xdma_setup_intr(sc->xchan_rx, 0, cqspi_xdma_rx_intr, in cqspi_attach()
722 xdma_prep_sg(sc->xchan_rx, TX_QUEUE_SIZE, maxphys, 8, 16, 0, in cqspi_attach()