Lines Matching refs:cpu_to_be32
308 TPM_CAP_FLAG = cpu_to_be32(4),
309 TPM_CAP_PROP = cpu_to_be32(5),
310 CAP_VERSION_1_1 = cpu_to_be32(0x06),
311 CAP_VERSION_1_2 = cpu_to_be32(0x1A)
315 TPM_CAP_PROP_PCR = cpu_to_be32(0x101),
316 TPM_CAP_PROP_MANUFACTURER = cpu_to_be32(0x103),
317 TPM_CAP_FLAG_PERM = cpu_to_be32(0x108),
318 TPM_CAP_FLAG_VOL = cpu_to_be32(0x109),
319 TPM_CAP_PROP_OWNER = cpu_to_be32(0x111),
320 TPM_CAP_PROP_TIS_TIMEOUT = cpu_to_be32(0x115),
321 TPM_CAP_PROP_TIS_DURATION = cpu_to_be32(0x120),
431 head->length = cpu_to_be32(sizeof(*head)); in tpm_buf_init()
432 head->ordinal = cpu_to_be32(ordinal); in tpm_buf_init()
475 head->length = cpu_to_be32(len + new_len); in tpm_buf_append()
492 __be32 value2 = cpu_to_be32(value); in tpm_buf_append_u32()