Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-microchip-core.c60 #define STATUS_RXFIFO_EMPTY BIT(6) macro
138 …while (spi->rx_len >= spi->n_bytes && !(mchp_corespi_read(spi, REG_STATUS) & STATUS_RXFIFO_EMPTY))… in mchp_corespi_read_fifo()