Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/spi/
Dspi-s3c64xx.c118 #define RX_FIFO_LVL(v, i) (((v) >> (i)->port_conf->rx_lvl_offset) & \ macro
230 if (RX_FIFO_LVL(val, sdd)) in flush_fifo()
461 } while (RX_FIFO_LVL(status, sdd) < max_fifo && --val); in s3c64xx_spi_wait_for_timeout()
464 return RX_FIFO_LVL(status, sdd); in s3c64xx_spi_wait_for_timeout()
528 } while (RX_FIFO_LVL(status, sdd) < xfer->len && --val); in wait_for_pio()