Lines Matching refs:hsmmc
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;
729 priv->base_addr = (struct hsmmc *)OMAP_HSMMC1_BASE;
733 priv->base_addr = (struct hsmmc *)OMAP_HSMMC2_BASE;
745 priv->base_addr = (struct hsmmc *)OMAP_HSMMC3_BASE;
753 priv->base_addr = (struct hsmmc *)OMAP_HSMMC1_BASE;
812 sizeof(struct hsmmc *),