Lines Matching refs: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()
488 rc = tpm2_prepare_space(chip, space, ordinal, buf); in tpm_try_transmit()
504 stop = jiffies + tpm2_calc_ordinal_duration(chip, ordinal); in tpm_try_transmit()
506 stop = jiffies + tpm_calc_ordinal_duration(chip, ordinal); in tpm_try_transmit()
545 rc = tpm2_commit_space(chip, space, ordinal, buf, &len); in tpm_try_transmit()
729 .ordinal = cpu_to_be32(TPM_ORD_GET_CAP)
903 .ordinal = cpu_to_be32(TPM_ORD_CONTINUE_SELFTEST),
930 .ordinal = cpu_to_be32(TPM_ORDINAL_PCRREAD)
1005 .ordinal = cpu_to_be32(TPM_ORD_PCR_EXTEND)
1192 .ordinal = cpu_to_be32(TPM_ORD_SAVESTATE)
1274 .ordinal = cpu_to_be32(TPM_ORD_GET_RANDOM)