Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
A Dtpm2-cmd.c636 chip->cc_attrs_tbl = devm_kcalloc(&chip->dev, 4, nr_commands, in tpm2_get_cc_attrs_tbl()
638 if (!chip->cc_attrs_tbl) { in tpm2_get_cc_attrs_tbl()
668 chip->cc_attrs_tbl[i] = be32_to_cpup(attrs); in tpm2_get_cc_attrs_tbl()
669 cc = chip->cc_attrs_tbl[i] & 0xFFFF; in tpm2_get_cc_attrs_tbl()
672 chip->cc_attrs_tbl[i] &= in tpm2_get_cc_attrs_tbl()
674 chip->cc_attrs_tbl[i] |= 1 << TPM2_CC_ATTR_CHANDLES; in tpm2_get_cc_attrs_tbl()
758 if (cc == (chip->cc_attrs_tbl[i] & GENMASK(15, 0))) in tpm2_find_cc()
A Dtpm2-space.c251 attrs = chip->cc_attrs_tbl[i]; in tpm2_map_command()
287 attrs = chip->cc_attrs_tbl[i]; in tpm_find_and_validate_cc()
393 attrs = chip->cc_attrs_tbl[i]; in tpm2_map_response_header()
/linux/include/linux/
A Dtpm.h169 u32 *cc_attrs_tbl; member

Completed in 7 milliseconds