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

  /external/u-boot/board/sunxi/
board.c 43 int soft_i2c_gpio_scl; variable
62 soft_i2c_gpio_scl = sunxi_name_to_gpio(CONFIG_VIDEO_LCD_PANEL_I2C_SCL);
63 if (soft_i2c_gpio_scl < 0) {
65 CONFIG_VIDEO_LCD_PANEL_I2C_SCL, soft_i2c_gpio_scl);
66 return soft_i2c_gpio_scl;
68 ret = gpio_request(soft_i2c_gpio_scl, "soft-i2c-scl");
  /external/u-boot/include/configs/
sunxi-common.h 232 #define CONFIG_SOFT_I2C_GPIO_SCL soft_i2c_gpio_scl
235 extern int soft_i2c_gpio_scl;

Completed in 171 milliseconds