Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mmc/core/
Dmmc_test.c610 static unsigned int mmc_test_capacity(struct mmc_card *card) in mmc_test_capacity() function
1595 t->dev_addr = mmc_test_capacity(test->card) / 2; in mmc_test_area_init()
1916 rnd_addr = mmc_test_capacity(test->card) / 4; in mmc_test_rnd_perf()
2018 dev_addr = mmc_test_capacity(test->card) / 4; in mmc_test_seq_perf()
2088 if (size > mmc_test_capacity(test->card) / 2 * 512) in mmc_test_rw_multiple()
2089 size = mmc_test_capacity(test->card) / 2 * 512; in mmc_test_rw_multiple()
2092 dev_addr = mmc_test_capacity(test->card) / 4; in mmc_test_rw_multiple()