Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/include/asm/
H A Dfsl_i2c.h50 #define I2C_SR_MIF 0x02 macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_i2c.h51 #define I2C_SR_MIF 0x02 macro
/openbmc/u-boot/drivers/i2c/
H A Dfsl_i2c.c246 while (!(readb(&base->sr) & I2C_SR_MIF)) { in fsl_i2c_fixup()
314 if (!(csr & I2C_SR_MIF)) in i2c_wait()