Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/spi/
Dspi_pl022.c243 #define SSP_RX_FIFO_NOT_EMPTY(reg) (SSP_READ_REG(SSP_SR(reg)) & SSP_SR_MASK_RNE) macro
645 while (SSP_RX_FIFO_NOT_EMPTY(cfg->reg) && (data->rx_count < chunk_len)) { in spi_pl022_async_xfer()
702 while (SSP_RX_FIFO_NOT_EMPTY(cfg->reg)) { in spi_pl022_start_async_xfer()
751 while (SSP_RX_FIFO_NOT_EMPTY(cfg->reg)) { in spi_pl022_xfer()
770 if (!SSP_RX_FIFO_NOT_EMPTY(cfg->reg)) { in spi_pl022_xfer()