Searched refs:mmc_config (Results 1 – 25 of 53) sorted by relevance
123
/openbmc/u-boot/include/ |
H A D | dwmmc.h | 193 struct mmc_config cfg; 269 void dwmci_setup_cfg(struct mmc_config *cfg, struct dwmci_host *host, 287 int dwmci_bind(struct udevice *dev, struct mmc *mmc, struct mmc_config *cfg);
|
H A D | mmc.h | 496 struct mmc_config { struct 574 const struct mmc_config *cfg; /* provided configuration */ 666 struct mmc *mmc_create(const struct mmc_config *cfg, void *priv); 680 const struct mmc_config *cfg); 707 int mmc_of_parse(struct udevice *dev, struct mmc_config *cfg);
|
H A D | sdhci.h | 279 struct mmc_config cfg; 397 int sdhci_setup_cfg(struct mmc_config *cfg, struct sdhci_host *host, 415 int sdhci_bind(struct udevice *dev, struct mmc *mmc, struct mmc_config *cfg);
|
H A D | mvebu_mmc.h | 269 struct mmc_config cfg;
|
/openbmc/u-boot/drivers/mmc/ |
H A D | sandbox_mmc.c | 15 struct mmc_config cfg; 114 struct mmc_config *cfg = &plat->cfg; in sandbox_mmc_bind()
|
H A D | mmc_legacy.c | 149 struct mmc *mmc_create(const struct mmc_config *cfg, void *priv) in mmc_create() 163 struct mmc *mmc_create(const struct mmc_config *cfg, void *priv) in mmc_create()
|
H A D | ftsdc010_mci.h | 20 struct mmc_config cfg; /* mmc configuration */
|
H A D | gen_atmel_mci.c | 39 struct mmc_config cfg; 46 struct mmc_config cfg; 471 struct mmc_config *cfg; 528 struct mmc_config *cfg;
|
H A D | sunxi_mmc.c | 31 struct mmc_config cfg; 42 struct mmc_config cfg; 521 struct mmc_config *cfg = &priv->cfg; in sunxi_mmc_init() 613 struct mmc_config *cfg = &plat->cfg; in sunxi_mmc_probe()
|
H A D | pci_mmc.c | 16 struct mmc_config cfg;
|
H A D | tangier_sdhci.c | 18 struct mmc_config cfg;
|
H A D | hi6220_dw_mmc.c | 17 struct mmc_config cfg;
|
H A D | k3_arsan_sdhci.c | 18 struct mmc_config cfg;
|
H A D | rockchip_sdhci.c | 24 struct mmc_config cfg;
|
H A D | atmel_sdhci.c | 50 struct mmc_config cfg;
|
H A D | mmc-uclass.c | 123 int mmc_of_parse(struct udevice *dev, struct mmc_config *cfg) in mmc_of_parse() 288 int mmc_bind(struct udevice *dev, struct mmc *mmc, const struct mmc_config *cfg) in mmc_bind()
|
H A D | sti_sdhci.c | 17 struct mmc_config cfg;
|
H A D | arm_pl180_mmci.h | 192 struct mmc_config cfg;
|
H A D | aspeed_sdhci.c | 21 struct mmc_config cfg;
|
H A D | tmio-common.h | 114 struct mmc_config cfg;
|
H A D | omap_hsmmc.c | 78 struct mmc_config cfg; 171 static inline struct mmc_config *omap_hsmmc_get_cfg(struct mmc *mmc) in omap_hsmmc_get_cfg() 205 struct mmc_config *cfg = omap_hsmmc_get_cfg(mmc); in mmc_board_init() 1549 struct mmc_config *cfg; 1871 struct mmc_config *cfg = omap_hsmmc_get_cfg(mmc); 1912 struct mmc_config *cfg = &plat->cfg; 1968 struct mmc_config *cfg = &plat->cfg;
|
H A D | jz_mmc.c | 117 struct mmc_config cfg; 447 struct mmc_config *cfg; in jz_mmc_ofdata_to_platdata()
|
/openbmc/u-boot/arch/arm/include/asm/arch-meson/ |
H A D | sd_emmc.h | 82 struct mmc_config cfg;
|
/openbmc/u-boot/arch/arm/mach-davinci/include/mach/ |
H A D | sdmmc_defs.h | 153 struct mmc_config cfg;
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | omap_mmc.h | 68 struct mmc_config cfg;
|
123