Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/fsi/
Dfsi-sbefifo.c101 #define sbefifo_vacant(sts) (SBEFIFO_FIFO_DEPTH - sbefifo_populated(sts)) macro
494 vacant = sbefifo_vacant(status); in sbefifo_send_command()