Home
last modified time | relevance | path

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

/external/syzkaller/sys/linux/
Di2c_arm64.const12 I2C_M_TEN = 16
Di2c_arm.const12 I2C_M_TEN = 16
Di2c_386.const12 I2C_M_TEN = 16
Di2c_ppc64le.const12 I2C_M_TEN = 16
Di2c_amd64.const12 I2C_M_TEN = 16
Di2c.txt49 i2c_msg_flags = I2C_M_RD, I2C_M_TEN, I2C_M_DMA_SAFE, I2C_M_RECV_LEN, I2C_M_NO_RD_ACK, I2C_M_IGNORE_…
/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()
Dstm32f7_i2c.c270 if (msg->flags & I2C_M_TEN) { in stm32_i2c_message_start()
/external/u-boot/include/
Di2c.h80 I2C_M_TEN = 0x0010, /* ten-bit chip address */ enumerator