from_new         1809 drivers/mmc/core/core.c 	unsigned int from_new = *from, nr_new = nr, rem;
from_new         1816 drivers/mmc/core/core.c 		unsigned int temp = from_new;
from_new         1818 drivers/mmc/core/core.c 		from_new = round_up(temp, card->erase_size);
from_new         1819 drivers/mmc/core/core.c 		rem = from_new - temp;
from_new         1828 drivers/mmc/core/core.c 		rem = from_new % card->erase_size;
from_new         1831 drivers/mmc/core/core.c 			from_new += rem;
from_new         1846 drivers/mmc/core/core.c 	*to = from_new + nr_new;
from_new         1847 drivers/mmc/core/core.c 	*from = from_new;