Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/include/asm/
H A Dfsl_i2c.h39 #define I2C_CR_RSTA 0x04 macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_i2c.h39 #define I2C_CR_RSTA 0x04 macro
/openbmc/u-boot/drivers/i2c/
H A Dfsl_i2c.c347 | (rsta ? I2C_CR_RSTA : 0), in i2c_write_addr()