Home
last modified time | relevance | path

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

/openbmc/u-boot/board/beckhoff/mx53cx9020/
H A Dmx53cx9020.c33 GPIO_SD1_CD = IMX_GPIO_NR(1, 1), enumerator
150 gpio_direction_input(GPIO_SD1_CD); in board_mmc_getcd()
154 ret = !gpio_get_value(GPIO_SD1_CD); in board_mmc_getcd()