Lines Matching refs:tx_count
47 unsigned int tx_count; member
312 hw->tx_count = 0; in au1550_spi_dma_txrxb()
408 return hw->rx_count < hw->tx_count ? hw->rx_count : hw->tx_count; in au1550_spi_dma_txrxb()
438 hw->tx_count = hw->len - au1xxx_get_dma_residue(hw->dma_tx_ch); in au1550_spi_dma_irq_callback()
460 hw->tx_count = hw->len; in au1550_spi_dma_irq_callback()
488 hw->tx_count += (size) / 8; \
489 if (hw->tx_count >= hw->len) \
510 hw->tx_count = 0; in au1550_spi_pio_txrxb()
517 while (hw->tx_count < hw->len) { in au1550_spi_pio_txrxb()
521 if (hw->tx_count >= hw->len) { in au1550_spi_pio_txrxb()
542 return hw->rx_count < hw->tx_count ? hw->rx_count : hw->tx_count; in au1550_spi_pio_txrxb()
597 if (!(stat & PSC_SPISTAT_TF) && hw->tx_count < hw->len) in au1550_spi_pio_irq_callback()