Searched refs:hsmmc (Results 1 – 12 of 12) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | omap_hsmmc.c | 64 struct hsmmc *base_addr; 83 static int mmc_read_data(struct hsmmc *mmc_base, char *buf, unsigned int size); 84 static int mmc_write_data(struct hsmmc *mmc_base, const char *buf, 192 void mmc_init_stream(struct hsmmc *mmc_base) in mmc_init_stream() 223 struct hsmmc *mmc_base; in omap_hsmmc_init_setup() 290 static void mmc_reset_controller_fsm(struct hsmmc *mmc_base, u32 bit) in mmc_reset_controller_fsm() 340 struct hsmmc *mmc_base; 458 static int mmc_read_data(struct hsmmc *mmc_base, char *buf, unsigned int size) 512 static int mmc_write_data(struct hsmmc *mmc_base, const char *buf, 578 struct hsmmc *mmc_base; [all …]
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | omap_mmc.h | 30 struct hsmmc { struct 56 struct hsmmc *base_addr; argument
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | keystone-k2g.dtsi | 182 compatible = "ti,omap4-hsmmc"; 193 compatible = "ti,omap4-hsmmc";
|
| H A D | omap3.dtsi | 433 compatible = "ti,omap3-hsmmc"; 444 compatible = "ti,omap3-hsmmc"; 453 compatible = "ti,omap3-hsmmc";
|
| H A D | am33xx.dtsi | 309 compatible = "ti,omap4-hsmmc"; 323 compatible = "ti,omap4-hsmmc"; 335 compatible = "ti,omap4-hsmmc";
|
| H A D | am4372.dtsi | 453 compatible = "ti,omap4-hsmmc"; 466 compatible = "ti,omap4-hsmmc"; 478 compatible = "ti,omap4-hsmmc";
|
| H A D | uniphier-ld11.dtsi | 285 cdns,phy-dll-delay-sdclk-hsmmc = <21>;
|
| H A D | uniphier-pxs3.dtsi | 325 cdns,phy-dll-delay-sdclk-hsmmc = <21>;
|
| H A D | uniphier-ld20.dtsi | 359 cdns,phy-dll-delay-sdclk-hsmmc = <21>;
|
| H A D | dra7.dtsi | 1022 compatible = "ti,omap4-hsmmc"; 1035 compatible = "ti,omap4-hsmmc"; 1046 compatible = "ti,omap4-hsmmc"; 1057 compatible = "ti,omap4-hsmmc";
|
| H A D | dm816x.dtsi | 313 compatible = "ti,omap4-hsmmc";
|
| /rk3399_rockchip-uboot/board/ti/am335x/ |
| H A D | board.c | 954 .base_addr = (struct hsmmc *)OMAP_HSMMC1_BASE, 968 .base_addr = (struct hsmmc *)OMAP_HSMMC2_BASE,
|