Searched refs:tt_us (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | bootm.c | 84 ulong us, tt_us; in announce_and_cleanup() local 116 tt_us = get_ticks() / (COUNTER_FREQUENCY / 1000000); in announce_and_cleanup() 117 printf("Total: %ld.%ld/%ld.%ld ms\n", us / 1000, us % 1000, tt_us / 1000, tt_us % 1000); in announce_and_cleanup()
|
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl.c | 722 ulong us, tt_us; in spl_cleanup_before_jump() local 750 tt_us = get_ticks() / (COUNTER_FREQUENCY / 1000000); in spl_cleanup_before_jump() 751 printf("Total: %ld.%ld/%ld.%ld ms\n\n", us / 1000, us % 1000, tt_us / 1000, tt_us % 1000); in spl_cleanup_before_jump()
|