Home
last modified time | relevance | path

Searched refs:USDHC2_PWR_GPIO (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/board/freescale/mx6ul_14x14_evk/
Dmx6ul_14x14_evk.c336 #define USDHC2_PWR_GPIO IMX_GPIO_NR(4, 10) macro
377 gpio_direction_output(USDHC2_PWR_GPIO, 0); in board_mmc_init()
379 gpio_direction_output(USDHC2_PWR_GPIO, 1); in board_mmc_init()
411 gpio_direction_output(USDHC2_PWR_GPIO, 0); in board_mmc_init()
413 gpio_direction_output(USDHC2_PWR_GPIO, 1); in board_mmc_init()
/external/u-boot/board/udoo/neo/
Dneo.c395 #define USDHC2_PWR_GPIO IMX_GPIO_NR(6, 1) macro
409 gpio_direction_output(USDHC2_PWR_GPIO, 1); in board_mmc_init()
/external/u-boot/board/ccv/xpress/
Dxpress.c169 #define USDHC2_PWR_GPIO IMX_GPIO_NR(1, 9) macro