Home
last modified time | relevance | path

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

/external/u-boot/board/gateworks/gw_ventana/
Dcommon.c807 .mmc_cd = IMX_GPIO_NR(7, 0),
851 .mmc_cd = IMX_GPIO_NR(7, 0),
875 .mmc_cd = IMX_GPIO_NR(7, 0),
901 .mmc_cd = IMX_GPIO_NR(7, 0),
949 .mmc_cd = IMX_GPIO_NR(7, 0),
970 .mmc_cd = IMX_GPIO_NR(7, 0),
983 .mmc_cd = IMX_GPIO_NR(6, 11),
1111 if (gpio_cfg[board].mmc_cd) { in setup_iomux_gpio()
1112 gpio_request(gpio_cfg[board].mmc_cd, "sd_cd"); in setup_iomux_gpio()
1113 gpio_direction_input(gpio_cfg[board].mmc_cd); in setup_iomux_gpio()
[all …]
Dcommon.h80 int mmc_cd; member
/external/u-boot/drivers/mmc/
Dmxsmmc.c35 int (*mmc_cd)(int); member
47 if (priv->mmc_cd) in mxsmmc_cd()
48 return priv->mmc_cd(priv->id); in mxsmmc_cd()
399 priv->mmc_cd = cd; in mxsmmc_initialize()
/external/u-boot/drivers/pinctrl/renesas/
Dpfc-r8a77970.c1724 SH_PFC_PIN_GROUP(mmc_cd),