Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mailbox/
Dtegra-hsp.c45 #define HSP_SM_SHRD_MBOX_FULL BIT(31) macro
378 value |= HSP_SM_SHRD_MBOX_FULL; in tegra_hsp_sm_send32()
389 value &= ~HSP_SM_SHRD_MBOX_FULL; in tegra_hsp_sm_recv32()
421 tegra_hsp_channel_writel(channel, HSP_SM_SHRD_MBOX_FULL, in tegra_hsp_sm_send128()
486 if ((value & HSP_SM_SHRD_MBOX_FULL) == 0) { in tegra_hsp_mailbox_flush()