Home
last modified time | relevance | path

Searched refs:USDHC3_CD_GPIO (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/board/freescale/mx6slevk/
H A Dmx6slevk.c260 #define USDHC3_CD_GPIO IMX_GPIO_NR(3, 22) macro
283 gpio_request(USDHC3_CD_GPIO, "cd3_gpio"); in board_mmc_getcd()
284 ret = !gpio_get_value(USDHC3_CD_GPIO); in board_mmc_getcd()
320 gpio_direction_input(USDHC3_CD_GPIO); in board_mmc_init()
/openbmc/u-boot/board/dhelectronics/dh_imx6/
H A Ddh_imx6.c193 #define USDHC3_CD_GPIO IMX_GPIO_NR(7, 8) macro
209 return !gpio_get_value(USDHC3_CD_GPIO); in board_mmc_getcd()
229 gpio_direction_input(USDHC3_CD_GPIO); in board_mmc_init()
/openbmc/u-boot/board/tbs/tbs2910/
H A Dtbs2910.c198 #define USDHC3_CD_GPIO IMX_GPIO_NR(2, 0) macro
210 ret = !gpio_get_value(USDHC3_CD_GPIO); in board_mmc_getcd()
239 gpio_direction_input(USDHC3_CD_GPIO); in board_mmc_init()
/openbmc/u-boot/board/wandboard/
H A Dwandboard.c52 #define USDHC3_CD_GPIO IMX_GPIO_NR(3, 9) macro
161 ret = !gpio_get_value(USDHC3_CD_GPIO); in board_mmc_getcd()
185 gpio_direction_input(USDHC3_CD_GPIO); in board_mmc_init()
/openbmc/u-boot/board/freescale/mx6sxsabresd/
H A Dmx6sxsabresd.c334 #define USDHC3_CD_GPIO IMX_GPIO_NR(2, 10) macro
401 gpio_direction_input(USDHC3_CD_GPIO); in board_mmc_init()
429 ret = !gpio_get_value(USDHC3_CD_GPIO); in board_mmc_getcd()
/openbmc/u-boot/board/freescale/mx6sabresd/
H A Dmx6sabresd.c261 #define USDHC3_CD_GPIO IMX_GPIO_NR(2, 0) macro
278 ret = !gpio_get_value(USDHC3_CD_GPIO); in board_mmc_getcd()
311 gpio_request(USDHC3_CD_GPIO, "USDHC3 CD"); in board_mmc_init()
312 gpio_direction_input(USDHC3_CD_GPIO); in board_mmc_init()
/openbmc/u-boot/board/embest/mx6boards/
H A Dmx6boards.c192 #define USDHC3_CD_GPIO IMX_GPIO_NR(7, 0) macro
205 ret = !gpio_get_value(USDHC3_CD_GPIO); in board_mmc_getcd()
249 gpio_direction_input(USDHC3_CD_GPIO); in board_mmc_init()