Home
last modified time | relevance | path

Searched refs:USDHC4_CD_GPIO (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/board/seco/mx6quq7/
H A Dmx6quq7.c93 #define USDHC4_CD_GPIO IMX_GPIO_NR(2, 6) macro
110 ret = !gpio_get_value(USDHC4_CD_GPIO); in board_mmc_getcd()
/openbmc/u-boot/board/freescale/mx6sxsabresd/
H A Dmx6sxsabresd.c336 #define USDHC4_CD_GPIO IMX_GPIO_NR(6, 21) macro
409 gpio_direction_input(USDHC4_CD_GPIO); in board_mmc_init()
432 ret = !gpio_get_value(USDHC4_CD_GPIO); in board_mmc_getcd()
/openbmc/u-boot/board/advantech/dms-ba16/
H A Ddms-ba16.c232 #define USDHC4_CD_GPIO IMX_GPIO_NR(6, 11) macro
247 ret = !gpio_get_value(USDHC4_CD_GPIO); in board_mmc_getcd()
275 gpio_direction_input(USDHC4_CD_GPIO); in board_mmc_init()
/openbmc/u-boot/board/ge/bx50v3/
H A Dbx50v3.c240 #define USDHC4_CD_GPIO IMX_GPIO_NR(6, 11) macro
255 ret = !gpio_get_value(USDHC4_CD_GPIO); in board_mmc_getcd()
283 gpio_direction_input(USDHC4_CD_GPIO); in board_mmc_init()