Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mailbox/
H A Dmailbox-mpfs.c51 #define SCB_STATUS_BUSY_MASK BIT(SCB_STATUS_BUSY) macro
80 return status & SCB_STATUS_BUSY_MASK; in mpfs_mbox_busy()