Home
last modified time | relevance | path

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

/openbmc/u-boot/board/toradex/apalis_imx6/
H A Dapalis_imx6.c188 # define GPIO_SD_CD IMX_GPIO_NR(6, 14) macro
381 gpio_direction_input(GPIO_SD_CD); in board_mmc_getcd()
382 ret = !gpio_get_value(GPIO_SD_CD); in board_mmc_getcd()