Home
last modified time | relevance | path

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

/openbmc/linux/drivers/fsi/
H A Dfsi-sbefifo.c99 #define sbefifo_empty(sts) ((sts) & SBEFIFO_STS_EMPTY) macro
475 ready = !(up ? sbefifo_full(sts) : sbefifo_empty(sts)); in sbefifo_wait()