Home
last modified time | relevance | path

Searched refs:cc_attrs_tbl (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/char/tpm/
H A Dtpm2-cmd.c645 chip->cc_attrs_tbl = devm_kcalloc(&chip->dev, 4, nr_commands, in tpm2_get_cc_attrs_tbl()
647 if (!chip->cc_attrs_tbl) { in tpm2_get_cc_attrs_tbl()
677 chip->cc_attrs_tbl[i] = be32_to_cpup(attrs); in tpm2_get_cc_attrs_tbl()
678 cc = chip->cc_attrs_tbl[i] & 0xFFFF; in tpm2_get_cc_attrs_tbl()
681 chip->cc_attrs_tbl[i] &= in tpm2_get_cc_attrs_tbl()
683 chip->cc_attrs_tbl[i] |= 1 << TPM2_CC_ATTR_CHANDLES; in tpm2_get_cc_attrs_tbl()
785 if (cc == (chip->cc_attrs_tbl[i] & cc_mask)) in tpm2_find_cc()
H A Dtpm2-space.c254 attrs = chip->cc_attrs_tbl[i]; in tpm2_map_command()
290 attrs = chip->cc_attrs_tbl[i]; in tpm_find_and_validate_cc()
396 attrs = chip->cc_attrs_tbl[i]; in tpm2_map_response_header()
/openbmc/linux/include/linux/
H A Dtpm.h169 u32 *cc_attrs_tbl; member