Lines Matching full:ordinal
52 * Array with one entry per ordinal defining the maximum amount
53 * of time the chip could take to return the result. The ordinal
309 u32 ordinal) in tpm_calc_ordinal_duration() argument
318 if (ordinal < TPM_MAX_ORDINAL) in tpm_calc_ordinal_duration()
319 duration_idx = tpm_ordinal_duration[ordinal]; in tpm_calc_ordinal_duration()
348 cc = be32_to_cpu(header->ordinal); in tpm_validate_command()
437 u32 count, ordinal; in tpm_try_transmit() local
460 ordinal = be32_to_cpu(*((__be32 *) (buf + 6))); in tpm_try_transmit()
490 rc = tpm2_prepare_space(chip, space, ordinal, buf); in tpm_try_transmit()
515 stop = jiffies + tpm2_calc_ordinal_duration(chip, ordinal); in tpm_try_transmit()
517 stop = jiffies + tpm_calc_ordinal_duration(chip, ordinal); in tpm_try_transmit()
556 rc = tpm2_commit_space(chip, space, ordinal, buf, &len); in tpm_try_transmit()
740 .ordinal = cpu_to_be32(TPM_ORD_GET_CAP)
914 .ordinal = cpu_to_be32(TPM_ORD_CONTINUE_SELFTEST),
941 .ordinal = cpu_to_be32(TPM_ORDINAL_PCRREAD)
1016 .ordinal = cpu_to_be32(TPM_ORD_PCR_EXTEND)
1203 .ordinal = cpu_to_be32(TPM_ORD_SAVESTATE)
1285 .ordinal = cpu_to_be32(TPM_ORD_GET_RANDOM)