Home
last modified time | relevance | path

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

/external/u-boot/board/gateworks/gw_ventana/
Dcommon.c825 .wdis = IMX_GPIO_NR(7, 12),
846 .wdis = IMX_GPIO_NR(7, 12),
870 .wdis = IMX_GPIO_NR(7, 12),
896 .wdis = IMX_GPIO_NR(5, 17),
914 .wdis = IMX_GPIO_NR(7, 12),
930 .wdis = IMX_GPIO_NR(7, 12),
946 .wdis = IMX_GPIO_NR(7, 12),
968 .wdis = IMX_GPIO_NR(7, 12),
1092 if (gpio_cfg[board].wdis) { in setup_iomux_gpio()
1093 gpio_request(gpio_cfg[board].wdis, "wlan_dis"); in setup_iomux_gpio()
[all …]
Dcommon.h75 int wdis; member