Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-zynqmp-gqspi.c172 u32 dma_rx_bytes; member
575 transfer_len = xqspi->dma_rx_bytes; in zynqmp_qspi_fillgenfifo()
640 xqspi->dma_rx_bytes, DMA_FROM_DEVICE); in zynqmp_process_dma_irq()
641 xqspi->rxbuf += xqspi->dma_rx_bytes; in zynqmp_process_dma_irq()
642 xqspi->bytes_to_receive -= xqspi->dma_rx_bytes; in zynqmp_process_dma_irq()
643 xqspi->dma_rx_bytes = 0; in zynqmp_process_dma_irq()
747 xqspi->dma_rx_bytes = 0; in zynqmp_qspi_setuprxdma()
761 xqspi->dma_rx_bytes = rx_bytes; in zynqmp_qspi_setuprxdma()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dfsl_lpuart.c257 unsigned int dma_rx_bytes; member