Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Di2c.h82 #define I2C_M_REV_DIR_ADDR 0x2000 /* use only if I2C_FUNC_PROTOCOL_MANGLING */ macro
/openbmc/u-boot/drivers/i2c/
H A Dtegra186_bpmp_i2c.c31 I2C_M_REV_DIR_ADDR | \
/openbmc/linux/Documentation/i2c/
H A Di2c-protocol.rst86 I2C_M_REV_DIR_ADDR:
H A Dfunctionality.rst26 I2C_M_REV_DIR_ADDR and I2C_M_NO_RD_ACK
/openbmc/linux/drivers/input/joystick/
H A Das5011.c93 .flags = I2C_M_REV_DIR_ADDR, in as5011_i2c_read()
/openbmc/linux/drivers/media/pci/cobalt/
H A Dcobalt-i2c.c251 if (flags & I2C_M_REV_DIR_ADDR) in cobalt_xfer()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-tegra-bpmp.c55 if (flags & I2C_M_REV_DIR_ADDR) in tegra_bpmp_xlate_flags()
H A Di2c-s3c2410.c259 if (msg->flags & I2C_M_REV_DIR_ADDR) in s3c24xx_i2c_message_start()
/openbmc/u-boot/include/
H A Di2c.h84 I2C_M_REV_DIR_ADDR = 0x2000, /* invert polarity of R/W bit */ enumerator
/openbmc/linux/drivers/i2c/algos/
H A Di2c-algo-pcf.c287 if (msg->flags & I2C_M_REV_DIR_ADDR) in pcf_doAddress()
H A Di2c-algo-bit.c510 if (flags & I2C_M_REV_DIR_ADDR) in bit_doAddress()
/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_maven.c144 .flags = I2C_M_REV_DIR_ADDR, in maven_get_reg()