Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/intel/
H A Dtpmi.c98 struct intel_tpmi_pfs_entry pfs_header; member
165 pfs->pfs_header.entry_size > SZ_1K ? 0 : pfs->pfs_header.entry_size << 2; \
363 pfs->pfs_header.tpmi_id, pfs->pfs_header.num_entries, in tpmi_pfs_dbg_show()
364 pfs->pfs_header.entry_size, pfs->pfs_header.cap_offset, in tpmi_pfs_dbg_show()
396 for (count = 0; count < pfs->pfs_header.num_entries; ++count) { in tpmi_mem_dump_show()
450 if (punit >= pfs->pfs_header.num_entries) { in mem_write()
575 name = intel_tpmi_name(pfs->pfs_header.tpmi_id); in tpmi_create_device()
601 feature_vsec_dev->num_resources = pfs->pfs_header.num_entries; in tpmi_create_device()
671 memcpy_fromio(&pfs->pfs_header, pfs_mem, sizeof(pfs->pfs_header)); in tpmi_fetch_pfs_header()
736 if (pfs->pfs_header.tpmi_id == TPMI_INFO_ID) { in intel_vsec_tpmi_init()
[all …]