Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mailbox/
H A Dtegra-hsp.c44 #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()
422 tegra_hsp_channel_writel(channel, HSP_SM_SHRD_MBOX_FULL, in tegra_hsp_sm_send128()
488 if ((value & HSP_SM_SHRD_MBOX_FULL) == 0) { in tegra_hsp_mailbox_flush()