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

  /external/u-boot/board/gateworks/gw_ventana/
common.h 67 int mezz_pwren; member in struct:ventana
common.c 801 .mezz_pwren = IMX_GPIO_NR(4, 7),
821 .mezz_pwren = IMX_GPIO_NR(2, 19),
841 .mezz_pwren = IMX_GPIO_NR(2, 19),
866 .mezz_pwren = IMX_GPIO_NR(2, 19),
890 .mezz_pwren = IMX_GPIO_NR(2, 19),
964 .mezz_pwren = IMX_GPIO_NR(2, 19),
998 .mezz_pwren = IMX_GPIO_NR(2, 19),
1046 if (gpio_cfg[board].mezz_pwren) {
1047 gpio_request(gpio_cfg[board].mezz_pwren, "mezz_pwr");
1048 gpio_direction_output(gpio_cfg[board].mezz_pwren, 0)
    [all...]

Completed in 184 milliseconds