Searched refs:RX_FIFO_LVL (Results 1 – 1 of 1) sorted by relevance
117 #define RX_FIFO_LVL(v, sdd) (((v) & (sdd)->rx_fifomask) >> \ macro257 if (RX_FIFO_LVL(val, sdd)) in s3c64xx_flush_fifo()564 } while (RX_FIFO_LVL(status, sdd) < max_fifo && --val); in s3c64xx_spi_wait_for_timeout()567 return RX_FIFO_LVL(status, sdd); in s3c64xx_spi_wait_for_timeout()633 if (RX_FIFO_LVL(status, sdd) < xfer->len) in s3c64xx_wait_for_pio()645 } while (RX_FIFO_LVL(status, sdd) < xfer->len && --val); in s3c64xx_wait_for_pio()