Searched refs:GPIO_MMC_CD (Results 1 – 3 of 3) sorted by relevance
32 #define GPIO_MMC_CD 7 macro228 gpio_direction_input(GPIO_MMC_CD); in board_mmc_init()241 return !gpio_get_value(GPIO_MMC_CD); in board_mmc_getcd()
137 # define GPIO_MMC_CD IMX_GPIO_NR(2, 5) macro319 gpio_direction_input(GPIO_MMC_CD); in board_mmc_getcd()320 ret = !gpio_get_value(GPIO_MMC_CD); in board_mmc_getcd()
176 # define GPIO_MMC_CD IMX_GPIO_NR(4, 20) macro377 gpio_direction_input(GPIO_MMC_CD); in board_mmc_getcd()378 ret = !gpio_get_value(GPIO_MMC_CD); in board_mmc_getcd()