Home
last modified time | relevance | path

Searched refs:I2CCR_RSTA (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/powerpc/mpc85xx/
H A Di2c.c68 #define I2CCR_RSTA (1<<2) /* Repeated START */ macro
255 i2c_flag_set(sc, I2C_CONTROL_REG ,I2CCR_RSTA); in i2c_repeated_start()
/freebsd/sys/arm/freescale/imx/
H A Dimx_i2c.c92 #define I2CCR_RSTA (1 << 2) /* Repeated START */ macro
526 i2c_flag_set(sc, I2C_CONTROL_REG, I2CCR_RSTA); in i2c_repeated_start()