Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-s3c64xx.c110 #define RX_FIFO_LVL(v, i) (((v) >> (i)->port_conf->rx_lvl_offset) & \ macro
135 * @rx_lvl_offset: Bit offset of RX_FIFO_LVL bits in SPI_STATUS regiter.
233 if (RX_FIFO_LVL(val, sdd)) in s3c64xx_flush_fifo()
507 } while (RX_FIFO_LVL(status, sdd) < max_fifo && --val); in s3c64xx_spi_wait_for_timeout()
510 return RX_FIFO_LVL(status, sdd); in s3c64xx_spi_wait_for_timeout()
576 if (RX_FIFO_LVL(status, sdd) < xfer->len) in s3c64xx_wait_for_pio()
588 } while (RX_FIFO_LVL(status, sdd) < xfer->len && --val); in s3c64xx_wait_for_pio()
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-s3c64xx.c110 #define RX_FIFO_LVL(v, i) (((v) >> (i)->port_conf->rx_lvl_offset) & \ macro
133 * @rx_lvl_offset: Bit offset of RX_FIFO_LVL bits in SPI_STATUS regiter.
227 if (RX_FIFO_LVL(val, sdd)) in s3c64xx_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()
529 } while (RX_FIFO_LVL(status, sdd) < xfer->len && --val); in s3c64xx_wait_for_pio()

Completed in 4 milliseconds