Searched refs:send_sts (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/mailbox/
H A Dsprd-mailbox.c158 u32 fifo_sts, send_sts, busy, id; local
163 send_sts = (fifo_sts & SPRD_INBOX_FIFO_DELIVER_MASK) >>
165 if (!send_sts) {
170 while (send_sts) {
171 id = __ffs(send_sts);
172 send_sts &= (send_sts - 1);

Completed in 153 milliseconds