Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/imx8mq_evk/
H A Dspl.c55 #define USDHC1_PWR_GPIO IMX_GPIO_NR(2, 10) macro
125 gpio_request(USDHC1_PWR_GPIO, "usdhc1_reset"); in board_mmc_init()
126 gpio_direction_output(USDHC1_PWR_GPIO, 0); in board_mmc_init()
128 gpio_direction_output(USDHC1_PWR_GPIO, 1); in board_mmc_init()
/openbmc/u-boot/board/freescale/mx6ul_14x14_evk/
H A Dmx6ul_14x14_evk.c203 #define USDHC1_PWR_GPIO IMX_GPIO_NR(1, 9) macro
270 gpio_direction_output(USDHC1_PWR_GPIO, 0); in board_mmc_init()
272 gpio_direction_output(USDHC1_PWR_GPIO, 1); in board_mmc_init()