Searched refs:mcatype (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_aca.c | 29 #define ACA_BANK_HWID(type, hwid, mcatype) [ACA_HWIP_TYPE_##type] = {hwid, mcatype} argument 177 int hwid, mcatype; in aca_bank_hwip_is_matched() local 189 mcatype = ACA_REG__IPID__MCATYPE(ipid); in aca_bank_hwip_is_matched() 191 return hwip->hwid == hwid && hwip->mcatype == mcatype; in aca_bank_hwip_is_matched() 803 info->mcatype = ACA_REG__IPID__MCATYPE(ipid); in aca_bank_info_decode() 884 idx, info.socket_id, info.die_id, info.hwid, info.mcatype); in aca_dump_entry()
|
| H A D | amdgpu_aca.h | 123 int mcatype; member 146 int mcatype; member
|
| H A D | umc_v12_0.c | 467 uint16_t hwid, mcatype; in umc_v12_0_update_ecc_status() local 477 mcatype = REG_GET_FIELD(ipid, MCMP1_IPIDT0, McaType); in umc_v12_0_update_ecc_status() 479 if ((hwid != MCA_UMC_HWID_V12_0) || (mcatype != MCA_UMC_MCATYPE_V12_0)) in umc_v12_0_update_ecc_status()
|
| H A D | amdgpu_mca.h | 112 int mcatype; member
|
| H A D | amdgpu_mca.c | 541 idx, entry->info.socket_id, entry->info.aid, entry->info.hwid, entry->info.mcatype); in mca_dump_entry()
|
| /linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | smu_v13_0_6_ppt.c | 102 [AMDGPU_MCA_IP_##_ip] = { .hwid = _hwid, .mcatype = _type, } 125 uint16_t mcatype; member 3017 info->mcatype = REG_GET_FIELD(ipid, MCMP1_IPIDT0, McaType); in mca_bank_entry_info_decode() 3075 uint16_t hwid, mcatype; in mca_decode_ipid_to_hwip() local 3079 mcatype = REG_GET_FIELD(val, MCMP1_IPIDT0, McaType); in mca_decode_ipid_to_hwip() 3087 if (ipid->hwid == hwid && ipid->mcatype == mcatype) in mca_decode_ipid_to_hwip()
|
| /linux-6.15/arch/x86/kernel/cpu/mce/ |
| H A D | amd.c | 71 #define HWID_MCATYPE(hwid, mcatype) (((hwid) << 16) | (mcatype)) argument
|