Searched refs:throuth_kb (Results 1 – 2 of 2) sorted by relevance
314 uint32_t throuth_mb, throuth_kb; in mmc_test() local375 throuth_kb = READ_WRITE_TOTAL_SIZE/SIZE_1K*1000/(uint32_t)OS_TicksToMSecs(tick_use); in mmc_test()376 throuth_mb = throuth_kb/1000; in mmc_test()379 HAL_PR_SZ_L(throuth_mb), HAL_PR_SZ_L(throuth_kb - throuth_mb)); in mmc_test()395 throuth_kb = READ_WRITE_TOTAL_SIZE/SIZE_1K*1000/(uint32_t)OS_TicksToMSecs(tick_use); in mmc_test()396 throuth_mb = throuth_kb/1000; in mmc_test()399 HAL_PR_SZ_L(throuth_mb), HAL_PR_SZ_L(throuth_kb - throuth_mb)); in mmc_test()
217 uint32_t throuth_mb, throuth_kb; in cmd_sd_bench_task() local259 throuth_kb = bench_size*1000/1024/(uint32_t)OS_TicksToMSecs(tick_use); in cmd_sd_bench_task()260 throuth_mb = throuth_kb/1000; in cmd_sd_bench_task()268 (unsigned int)throuth_mb,(unsigned int)(throuth_kb - throuth_mb)); in cmd_sd_bench_task()283 throuth_kb = bench_size*1000/1024/(uint32_t)OS_TicksToMSecs(tick_use); in cmd_sd_bench_task()284 throuth_mb = throuth_kb/1000; in cmd_sd_bench_task()292 (unsigned int)throuth_mb, (unsigned int)(throuth_kb - throuth_mb)); in cmd_sd_bench_task()
Completed in 12 milliseconds