vdd_max          1063 drivers/mmc/core/core.c u32 mmc_vddrange_to_ocrmask(int vdd_min, int vdd_max)
vdd_max          1067 drivers/mmc/core/core.c 	if (vdd_max < vdd_min)
vdd_max          1071 drivers/mmc/core/core.c 	vdd_max = mmc_vdd_to_ocrbitnum(vdd_max, false);
vdd_max          1072 drivers/mmc/core/core.c 	if (vdd_max < 0)
vdd_max          1081 drivers/mmc/core/core.c 	while (vdd_max >= vdd_min)
vdd_max          1082 drivers/mmc/core/core.c 		mask |= 1 << vdd_max--;
vdd_max            59 drivers/mmc/core/core.h u32 mmc_vddrange_to_ocrmask(int vdd_min, int vdd_max);