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

/u-boot/drivers/i2c/
H A Dsoft_i2c.c58 # ifndef I2C_SDA
59 # define I2C_SDA(bit) \ macro
132 I2C_SDA(1);
158 I2C_SDA(1);
163 I2C_SDA(0);
176 I2C_SDA(0);
181 I2C_SDA(1);
196 I2C_SDA(ack);
218 I2C_SDA(data & 0x80);
232 I2C_SDA(
[all...]
/u-boot/include/configs/
H A Dethernut5.h82 #define I2C_SDA(bit) at91_set_pio_value(AT91_PIO_PORTA, 23, bit) macro

Completed in 43 milliseconds