Lines Matching refs:rx_count
48 unsigned int rx_count;
313 hw->rx_count = 0;
408 return min(hw->rx_count, hw->tx_count);
437 hw->rx_count = hw->len - au1xxx_get_dma_residue(hw->dma_rx_ch);
459 hw->rx_count = hw->len;
477 hw->rx_count += (size) / 8; \
511 hw->rx_count = 0;
542 return min(hw->rx_count, hw->tx_count);
593 if (!(stat & PSC_SPISTAT_RE) && hw->rx_count < hw->len) {
627 if (hw->rx_count >= hw->len) {