Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/kpc2000/
H A Dkpc2000_i2c.c98 #define SMBHSTSTS_DEV_ERR 0x04 macro
103 SMBHSTSTS_BUS_ERR | SMBHSTSTS_DEV_ERR | SMBHSTSTS_INTR)
189 if (status & SMBHSTSTS_DEV_ERR) { in i801_check_post()
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dintel_i2c.c43 #define SMBHSTSTS_DEV_ERR 0x04 macro
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-i801.c191 #define SMBHSTSTS_DEV_ERR BIT(2) macro
202 SMBHSTSTS_DEV_ERR)
412 if (status & SMBHSTSTS_DEV_ERR) { in i801_check_post()