Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/
A Dtest.c314 uint32_t throuth_mb, throuth_kb; in mmc_test() local
375 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()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/cmd/
A Dcmd_sd.c217 uint32_t throuth_mb, throuth_kb; in cmd_sd_bench_task() local
259 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