Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Domap_hsmmc.c97 struct omap_hsmmc_adma_desc *adma_desc_table;
121 struct omap_hsmmc_adma_desc { struct
931 static void omap_hsmmc_adma_desc(struct mmc *mmc, char *buf, u16 len, bool end) in omap_hsmmc_adma_desc() function
934 struct omap_hsmmc_adma_desc *desc; in omap_hsmmc_adma_desc()
961 priv->adma_desc_table = (struct omap_hsmmc_adma_desc *) in omap_hsmmc_prepare_adma_table()
963 sizeof(struct omap_hsmmc_adma_desc)); in omap_hsmmc_prepare_adma_table()
971 omap_hsmmc_adma_desc(mmc, buf, ADMA_MAX_LEN, false); in omap_hsmmc_prepare_adma_table()
976 omap_hsmmc_adma_desc(mmc, buf, total_len, true); in omap_hsmmc_prepare_adma_table()
981 sizeof(struct omap_hsmmc_adma_desc), in omap_hsmmc_prepare_adma_table()
1035 #define omap_hsmmc_adma_desc macro