Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mailbox/
Dmailbox-mpfs.c87 u16 opt_sel; in mpfs_mbox_send_data() local
120 opt_sel = ((msg->mbox_offset << 7u) | (msg->cmd_opcode & 0x7fu)); in mpfs_mbox_send_data()
121 tx_trigger = (opt_sel << SCB_CTRL_POS) & SCB_CTRL_MASK; in mpfs_mbox_send_data()