Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/soc/intel/common/block/gspi/
H A Dgspi.c559 static bool gspi_rx_fifo_empty(const struct gspi_ctrlr_params *p) in gspi_rx_fifo_empty() function
626 while (!gspi_rx_fifo_empty(p)) { in gspi_ctrlr_flush()
669 if (p->bytesin && !gspi_rx_fifo_empty(p)) { in __gspi_xfer()