Home
last modified time | relevance | path

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

/linux/arch/arm/mach-s3c/
H A Dsdhci.h52 extern void s3c64xx_setup_sdhci1_cfg_gpio(struct platform_device *, int w);
68 s3c_hsmmc1_def_platdata.cfg_gpio = s3c64xx_setup_sdhci1_cfg_gpio; in s3c6400_default_sdhci1()
89 s3c_hsmmc1_def_platdata.cfg_gpio = s3c64xx_setup_sdhci1_cfg_gpio; in s3c6410_default_sdhci1()
H A Dsetup-sdhci-gpio-s3c64xx.c33 void s3c64xx_setup_sdhci1_cfg_gpio(struct platform_device *dev, int width) in s3c64xx_setup_sdhci1_cfg_gpio() function