Home
last modified time | relevance | path

Searched refs:I2C_ACK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/video/fbdev/mb862xx/
H A Dmb862xx_reg.h111 #define I2C_ACK 0x08 macro
H A Dmb862xx-i2c.c60 outreg(i2c, GC_I2C_BCR, I2C_START | (last ? 0 : I2C_ACK)); in mb862xx_i2c_read_byte()
/openbmc/u-boot/drivers/i2c/
H A Dsoft_i2c.c101 #define I2C_ACK 0 /* PD_SDA level to ack a byte */ macro
H A Di2c-gpio.c16 #define I2C_ACK 0 macro