Home
last modified time | relevance | path

Searched refs:I2C_M_TEN (Results 1 – 7 of 7) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Di2c.h74 #define I2C_M_TEN 0x0010 /* this is a ten bit chip address */ macro
/external/u-boot/drivers/i2c/
Di2c-uclass.c58 msg->flags = chip->flags & DM_I2C_CHIP_10BIT ? I2C_M_TEN : 0; in i2c_setup_offset()
143 ptr->flags = chip->flags & DM_I2C_CHIP_10BIT ? I2C_M_TEN : 0; in dm_i2c_read()
267 msg->flags = chip_flags & DM_I2C_CHIP_10BIT ? I2C_M_TEN : 0; in i2c_probe_chip()
Dtegra186_bpmp_i2c.c27 (I2C_M_TEN | \
Dkona_i2c.c157 #define I2C_M_TEN 0x0010 /* ten bit address */ macro
427 if (msg->flags & I2C_M_TEN) { in bcm_kona_i2c_do_addr()
Di2c-versatile.c143 if (msg->flags & I2C_M_TEN) { in versatile_i2c_send_slave_addr()
Dstm32f7_i2c.c270 if (msg->flags & I2C_M_TEN) { in stm32_i2c_message_start()
/external/u-boot/include/
Di2c.h82 I2C_M_TEN = 0x0010, /* ten-bit chip address */ enumerator