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

  /external/u-boot/board/gateworks/gw_ventana/
common.h 72 int dioi2c_en; member in struct:ventana
common.c 804 .dioi2c_en = IMX_GPIO_NR(4, 5),
894 .dioi2c_en = IMX_GPIO_NR(4, 5),
1074 if (gpio_cfg[board].dioi2c_en) {
1075 gpio_request(gpio_cfg[board].dioi2c_en, "dioi2c_dis#");
1076 gpio_direction_output(gpio_cfg[board].dioi2c_en, 0);
    [all...]

Completed in 596 milliseconds