Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/m68k/include/asm/
Dfsl_i2c.h47 #define I2C_SR_MAL 0x10 macro
/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/
Dfsl_i2c.h48 #define I2C_SR_MAL 0x10 macro
/third_party/uboot/u-boot-2020.01/drivers/i2c/
Dfsl_i2c.c236 if (readb(&base->sr) & I2C_SR_MAL) { in fsl_i2c_fixup()
322 if (csr & I2C_SR_MAL) { in i2c_wait()