Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-microchip-core.c60 #define STATUS_RXFIFO_EMPTY BIT(6) macro
143 while ((i < fifo_max) && !(mchp_corespi_read(spi, REG_STATUS) & STATUS_RXFIFO_EMPTY)) { in mchp_corespi_read_fifo()