Home
last modified time | relevance | path

Searched refs:mezz_pwren (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/board/gateworks/gw_ventana/
H A Dcommon.c802 .mezz_pwren = IMX_GPIO_NR(4, 7),
822 .mezz_pwren = IMX_GPIO_NR(2, 19),
842 .mezz_pwren = IMX_GPIO_NR(2, 19),
867 .mezz_pwren = IMX_GPIO_NR(2, 19),
891 .mezz_pwren = IMX_GPIO_NR(2, 19),
965 .mezz_pwren = IMX_GPIO_NR(2, 19),
999 .mezz_pwren = IMX_GPIO_NR(2, 19),
1047 if (gpio_cfg[board].mezz_pwren) { in setup_iomux_gpio()
1048 gpio_request(gpio_cfg[board].mezz_pwren, "mezz_pwr"); in setup_iomux_gpio()
1049 gpio_direction_output(gpio_cfg[board].mezz_pwren, 0); in setup_iomux_gpio()
H A Dcommon.h68 int mezz_pwren; member