Searched refs:i2c_gpio_write_bit (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/i2c/
H A Di2c-gpio.c89 static void i2c_gpio_write_bit(struct i2c_gpio_bus *bus, int delay, uchar bit) function
141 i2c_gpio_write_bit(bus, delay, ack);
156 i2c_gpio_write_bit(bus, delay, 1);
177 i2c_gpio_write_bit(bus, delay, data & 0x80);

Completed in 33 milliseconds