Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/include/asm/
H A Dfsl_i2c.h44 #define I2C_SR_MCF 0x80 macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_i2c.h45 #define I2C_SR_MCF 0x80 macro
/openbmc/u-boot/drivers/i2c/
H A Dfsl_i2c.c326 if (!(csr & I2C_SR_MCF)) { in i2c_wait()