HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_SOFT_I2C_GPIO_SCL (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/i2c/
soft_i2c.c 29 #if defined(CONFIG_SOFT_I2C_GPIO_SCL)
39 gpio_request(CONFIG_SOFT_I2C_GPIO_SCL, "soft_i2c"); \
70 gpio_direction_output(CONFIG_SOFT_I2C_GPIO_SCL, bit); \
  /external/u-boot/include/configs/
sunxi-common.h 232 #define CONFIG_SOFT_I2C_GPIO_SCL soft_i2c_gpio_scl

Completed in 50 milliseconds