Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mailbox/
H A Dmailbox-mpfs.c43 #define SCB_CTRL_MASK GENMASK(SCB_CTRL_POS + SCB_MASK_WIDTH - 1, SCB_CTRL_POS) macro
144 tx_trigger = (opt_sel << SCB_CTRL_POS) & SCB_CTRL_MASK; in mpfs_mbox_send_data()