Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dast_i2c.h105 #define I2CD_SDA_LINE_STS (0x1 << 17) macro
H A Dast_i2c.c245 bool sda_high = csr & I2CD_SDA_LINE_STS; in ast_i2c_deblock()