Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mmc/core/
Dmmc_test.c610 static unsigned int mmc_test_capacity(struct mmc_card *card) in mmc_test_capacity() function
1600 t->dev_addr = mmc_test_capacity(test->card) / 2; in mmc_test_area_init()
1921 rnd_addr = mmc_test_capacity(test->card) / 4; in mmc_test_rnd_perf()
2023 dev_addr = mmc_test_capacity(test->card) / 4; in mmc_test_seq_perf()
2093 if (size > mmc_test_capacity(test->card) / 2 * 512) in mmc_test_rw_multiple()
2094 size = mmc_test_capacity(test->card) / 2 * 512; in mmc_test_rw_multiple()
2097 dev_addr = mmc_test_capacity(test->card) / 4; in mmc_test_rw_multiple()