Lines Matching refs:rx_count
48 unsigned rx_count;
314 hw->rx_count = 0;
409 return hw->rx_count < hw->tx_count ? hw->rx_count : hw->tx_count;
438 hw->rx_count = hw->len - au1xxx_get_dma_residue(hw->dma_rx_ch);
460 hw->rx_count = hw->len;
478 hw->rx_count += (size) / 8; \
512 hw->rx_count = 0;
543 return hw->rx_count < hw->tx_count ? hw->rx_count : hw->tx_count;
594 if (!(stat & PSC_SPISTAT_RE) && hw->rx_count < hw->len) {
628 if (hw->rx_count >= hw->len) {