Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thunderbolt/
Dnhi_regs.h113 #define REG_INMAIL_ERROR BIT(30) macro
Dnhi.c827 val &= ~(REG_INMAIL_CMD_MASK | REG_INMAIL_ERROR); in nhi_mailbox_cmd()
841 if (val & REG_INMAIL_ERROR) in nhi_mailbox_cmd()