Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/fsi/
Dfsi-sbefifo.c103 #define sbefifo_vacant(sts) (SBEFIFO_FIFO_DEPTH - sbefifo_populated(sts)) macro
515 vacant = sbefifo_vacant(status); in sbefifo_send_command()