Searched refs:hsmmc (Results 1 – 12 of 12) sorted by relevance
/external/u-boot/drivers/mmc/ |
D | omap_hsmmc.c | 75 struct hsmmc *base_addr; 156 static int mmc_read_data(struct hsmmc *mmc_base, char *buf, unsigned int size); 157 static int mmc_write_data(struct hsmmc *mmc_base, const char *buf, 159 static void omap_hsmmc_start_clock(struct hsmmc *mmc_base); 160 static void omap_hsmmc_stop_clock(struct hsmmc *mmc_base); 161 static void mmc_reset_controller_fsm(struct hsmmc *mmc_base, u32 bit); 269 void mmc_init_stream(struct hsmmc *mmc_base) in mmc_init_stream() 354 struct hsmmc *mmc_base; in omap_hsmmc_set_timing() 406 struct hsmmc *mmc_base; in omap_hsmmc_conf_bus_power() 437 struct hsmmc *mmc_base = priv->base_addr; in omap_hsmmc_wait_dat0() [all …]
|
/external/u-boot/arch/arm/include/asm/ |
D | omap_mmc.h | 30 struct hsmmc { struct 69 struct hsmmc *base_addr; argument
|
/external/u-boot/arch/arm/dts/ |
D | keystone-k2g.dtsi | 183 compatible = "ti,omap4-hsmmc"; 194 compatible = "ti,omap4-hsmmc";
|
D | dra7.dtsi | 1059 compatible = "ti,dra7-hsmmc", "ti,omap4-hsmmc"; 1078 compatible = "ti,dra7-hsmmc", "ti,omap4-hsmmc"; 1094 compatible = "ti,dra7-hsmmc", "ti,omap4-hsmmc"; 1110 compatible = "ti,dra7-hsmmc", "ti,omap4-hsmmc";
|
D | omap3.dtsi | 437 compatible = "ti,omap3-hsmmc"; 448 compatible = "ti,omap3-hsmmc"; 457 compatible = "ti,omap3-hsmmc";
|
D | am33xx.dtsi | 309 compatible = "ti,omap4-hsmmc"; 323 compatible = "ti,omap4-hsmmc"; 335 compatible = "ti,omap4-hsmmc";
|
D | am4372.dtsi | 453 compatible = "ti,omap4-hsmmc"; 466 compatible = "ti,omap4-hsmmc"; 478 compatible = "ti,omap4-hsmmc";
|
D | uniphier-pxs3.dtsi | 341 cdns,phy-dll-delay-sdclk-hsmmc = <21>;
|
D | uniphier-ld11.dtsi | 421 cdns,phy-dll-delay-sdclk-hsmmc = <21>;
|
D | uniphier-ld20.dtsi | 526 cdns,phy-dll-delay-sdclk-hsmmc = <21>;
|
D | dm816x.dtsi | 313 compatible = "ti,omap4-hsmmc";
|
/external/u-boot/board/ti/am335x/ |
D | board.c | 967 .base_addr = (struct hsmmc *)OMAP_HSMMC1_BASE, 981 .base_addr = (struct hsmmc *)OMAP_HSMMC2_BASE,
|