Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mailbox/
H A Dmailbox-mpfs.c109 u16 opt_sel; in mpfs_mbox_send_data() local
142 opt_sel = ((msg->mbox_offset << 7u) | (msg->cmd_opcode & 0x7fu)); in mpfs_mbox_send_data()
144 tx_trigger = (opt_sel << SCB_CTRL_POS) & SCB_CTRL_MASK; in mpfs_mbox_send_data()