Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/x86/intel/
H A Dvsec_tpmi.c97 struct intel_tpmi_pfs_entry pfs_header; member
184 pfs->pfs_header.entry_size > SZ_1K ? 0 : pfs->pfs_header.entry_size << 2; \
394 pfs->pfs_header.tpmi_id, pfs->pfs_header.num_entries, in tpmi_pfs_dbg_show()
395 pfs->pfs_header.entry_size, pfs->pfs_header.cap_offset, in tpmi_pfs_dbg_show()
428 for (count = 0; count < pfs->pfs_header.num_entries; ++count) { in tpmi_mem_dump_show()
482 if (punit >= pfs->pfs_header.num_entries) { in mem_write()
621 name = intel_tpmi_name(pfs->pfs_header.tpmi_id); in tpmi_create_device()
647 feature_vsec_dev->num_resources = pfs->pfs_header.num_entries; in tpmi_create_device()
733 memcpy_fromio(&pfs->pfs_header, pfs_mem, sizeof(pfs->pfs_header)); in tpmi_fetch_pfs_header()
798 if (pfs->pfs_header.tpmi_id == TPMI_INFO_ID) { in intel_vsec_tpmi_init()
[all …]