Home
last modified time | relevance | path

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

/openbmc/u-boot/board/beckhoff/mx53cx9020/
H A Dmx53cx9020.c34 GPIO_SD2_CD = IMX_GPIO_NR(1, 4), enumerator
151 gpio_direction_input(GPIO_SD2_CD); in board_mmc_getcd()
156 ret = !gpio_get_value(GPIO_SD2_CD); in board_mmc_getcd()