Searched refs:SCB_CTRL_POS (Results 1 – 1 of 1) sorted by relevance
42 #define SCB_CTRL_POS (16) macro43 #define SCB_CTRL_MASK GENMASK(SCB_CTRL_POS + SCB_MASK_WIDTH - 1, SCB_CTRL_POS)144 tx_trigger = (opt_sel << SCB_CTRL_POS) & SCB_CTRL_MASK; in mpfs_mbox_send_data()