Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dintel_i2c.c42 #define SMBHSTSTS_DEV_ERR 0x04 macro
/openbmc/linux/drivers/i2c/busses/
H A Di2c-i801.c191 #define SMBHSTSTS_DEV_ERR BIT(2) macro
203 SMBHSTSTS_DEV_ERR)
397 if (status & SMBHSTSTS_DEV_ERR) { in i801_check_post()