Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thunderbolt/
H A Dnhi_regs.h121 #define REG_INMAIL_CMD_MASK GENMASK(7, 0) macro
H A Dnhi.c867 val &= ~(REG_INMAIL_CMD_MASK | REG_INMAIL_ERROR); in nhi_mailbox_cmd()