Searched refs:get_b_max (Results 1 – 4 of 4) sorted by relevance
23 if (ops->get_b_max) in dm_mmc_get_b_max()24 return ops->get_b_max(dev, dst, blkcnt); in dm_mmc_get_b_max()
831 .get_b_max = renesas_sdhi_get_b_max,
442 if (mmc->cfg->ops->get_b_max) in mmc_get_b_max()443 return mmc->cfg->ops->get_b_max(mmc, dst, blkcnt); in mmc_get_b_max()
529 int (*get_b_max)(struct udevice *dev, void *dst, lbaint_t blkcnt); member575 int (*get_b_max)(struct mmc *mmc, void *dst, lbaint_t blkcnt); member
Completed in 15 milliseconds