Searched refs:sbefifo_populated (Results 1 – 1 of 1) sorted by relevance
102 #define sbefifo_populated(sts) (((sts) & SBEFIFO_STS_ECNT_MASK) >> SBEFIFO_STS_ECNT_SHIFT) macro103 #define sbefifo_vacant(sts) (SBEFIFO_FIFO_DEPTH - sbefifo_populated(sts))570 len = sbefifo_populated(status); in sbefifo_read_response()