Lines Matching +full:startup +full:- +full:time +full:- +full:ms
4 * SPDX-License-Identifier: GPL-2.0+
255 tpm_nv_set_locked(); /* useful only the first time */ in initialise_spaces()
281 * Checks if initialisation has completed by trying to read-lock a in test_readonly()
389 printf("Testing startup ...\n"); in test_startup()
394 printf("\ttpm startup failed with 0x%x\n", result); in test_startup()
412 ulong start, time; \
419 return -1; \
421 time = get_timer(start); \
422 printf("\t" #op ": %lu ms\n", time); \
423 if (time > (ulong)time_limit) { \
424 printf("\t" #op " exceeded " #time_limit " ms\n"); \
510 VOIDTEST(startup)
526 VOIDENT(startup)
542 printf("\n------\n"); in do_tpmtest()
544 argc--; in do_tpmtest()
548 return c ? c->cmd(cmdtp, flag, argc, argv) : cmd_usage(cmdtp); in do_tpmtest()