Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mmc/core/
Dmmc_test.c611 static unsigned int mmc_test_capacity(struct mmc_card *card) in mmc_test_capacity() function
1601 t->dev_addr = mmc_test_capacity(test->card) / 2; in mmc_test_area_init()
1922 rnd_addr = mmc_test_capacity(test->card) / 4; in mmc_test_rnd_perf()
2024 dev_addr = mmc_test_capacity(test->card) / 4; in mmc_test_seq_perf()
2094 if (size > mmc_test_capacity(test->card) / 2 * 512) in mmc_test_rw_multiple()
2095 size = mmc_test_capacity(test->card) / 2 * 512; in mmc_test_rw_multiple()
2098 dev_addr = mmc_test_capacity(test->card) / 4; in mmc_test_rw_multiple()