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

/u-boot/drivers/i2c/
H A Dsoft_i2c.c69 # ifndef I2C_SCL
70 # define I2C_SCL(bit) \ macro
131 I2C_SCL(1);
138 I2C_SCL(0);
141 I2C_SCL(1);
161 I2C_SCL(1);
174 I2C_SCL(0);
179 I2C_SCL(1);
193 I2C_SCL(0);
198 I2C_SCL(
[all...]
/u-boot/include/configs/
H A Dethernut5.h81 #define I2C_SCL(bit) at91_set_pio_value(AT91_PIO_PORTA, 24, bit) macro

Completed in 41 milliseconds