Home
last modified time | relevance | path

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

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