Searched refs:I2C_M_TEN (Results 1 – 6 of 6) sorted by relevance
30 (I2C_M_TEN | \
66 msg->flags = chip->flags & DM_I2C_CHIP_10BIT ? I2C_M_TEN : 0; in i2c_setup_offset()151 ptr->flags = chip->flags & DM_I2C_CHIP_10BIT ? I2C_M_TEN : 0; in dm_i2c_read()275 msg->flags = chip_flags & DM_I2C_CHIP_10BIT ? I2C_M_TEN : 0; in i2c_probe_chip()
145 if (msg->flags & I2C_M_TEN) { in versatile_i2c_send_slave_addr()
153 #define I2C_M_TEN 0x0010 /* ten bit address */ macro423 if (msg->flags & I2C_M_TEN) { in bcm_kona_i2c_do_addr()
293 if (msg->flags & I2C_M_TEN) { in stm32_i2c_message_start()
130 I2C_M_TEN = 0x0010, /* ten-bit chip address */ enumerator
Completed in 12 milliseconds