Searched refs:pfs_header (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/platform/x86/intel/ |
H A D | tpmi.c | 98 struct intel_tpmi_pfs_entry pfs_header; member 165 pfs->pfs_header.entry_size > SZ_1K ? 0 : pfs->pfs_header.entry_size << 2; \ 353 ret = tpmi_read_feature_status(tpmi_info, pfs->pfs_header.tpmi_id, &locked, in tpmi_pfs_dbg_show() 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() 365 pfs->pfs_header.attribute, pfs->vsec_offset, locked, disabled); 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() 518 snprintf(name, sizeof(name), "tpmi-id-%02x", pfs->pfs_header.tpmi_id); in tpmi_dbgfs_register() 575 name = intel_tpmi_name(pfs->pfs_header.tpmi_id); in tpmi_create_device() [all …]
|