Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/i2c/busses/
Di2c-i801.c185 #define SMBHSTSTS_SMBALERT_STS BIT(5) macro
627 status &= SMBHSTSTS_INTR | STATUS_ERROR_FLAGS | SMBHSTSTS_SMBALERT_STS; in i801_isr()
630 status &= ~SMBHSTSTS_SMBALERT_STS; /* SMB_ALERT not reported */ in i801_isr()