Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/include/asm/
H A Dfsl_i2c.h47 #define I2C_SR_MAL 0x10 macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_i2c.h48 #define I2C_SR_MAL 0x10 macro
/openbmc/u-boot/drivers/i2c/
H A Dfsl_i2c.c235 if (readb(&base->sr) & I2C_SR_MAL) { in fsl_i2c_fixup()
321 if (csr & I2C_SR_MAL) { in i2c_wait()