Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-i801.c193 #define SMBHSTSTS_DEV_ERR BIT(2) macro
204 SMBHSTSTS_DEV_ERR)
405 if (status & SMBHSTSTS_DEV_ERR) { in i801_check_post()