Home
last modified time | relevance | path

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

/linux/drivers/mailbox/
H A Dhi6220-mailbox.c39 #define MBOX_ACK_CONFIG_MASK (0x1 << 0) macro
106 mode = (mode & ~MBOX_ACK_CONFIG_MASK) | val; in mbox_set_mode()