Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/mbox/
Dmbox_ti_omap.c32 bool channel_enable[MAILBOX_MAX_CHANNELS]; member
73 if (!data->channel_enable[i_channel]) { in omap_mailbox_isr()
174 if (enable && data->channel_enable[channel]) { in omap_mailbox_set_enabled()
189 data->channel_enable[channel] = enable; in omap_mailbox_set_enabled()
Dmbox_nxp_mailbox.c61 bool channel_enable[MAILBOX_MAX_CHANNELS]; member
85 if (!data->channel_enable[i_channel]) { in mailbox_isr()
181 data->channel_enable[channel] = enable; in nxp_mailbox_set_enabled()