Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
A Daldebaran_ppt.c260 if (!smu_table->ecc_table) { in aldebaran_tables_init()
1807 EccInfoTable_t *ecc_table = NULL; in aldebaran_get_ecc_info() local
1820 smu_table->ecc_table, in aldebaran_get_ecc_info()
1827 ecc_table = (EccInfoTable_t *)smu_table->ecc_table; in aldebaran_get_ecc_info()
1833 ecc_table->EccInfo[i].ce_count_lo_chip; in aldebaran_get_ecc_info()
1835 ecc_table->EccInfo[i].ce_count_hi_chip; in aldebaran_get_ecc_info()
1837 ecc_table->EccInfo[i].mca_umc_status; in aldebaran_get_ecc_info()
1839 ecc_table->EccInfo[i].mca_umc_addr; in aldebaran_get_ecc_info()
1849 ecc_table->EccInfo_V2[i].mca_umc_status; in aldebaran_get_ecc_info()
1851 ecc_table->EccInfo_V2[i].mca_umc_addr; in aldebaran_get_ecc_info()
[all …]
A Dsmu_v13_0_0_ppt.c521 smu_table->ecc_table = kzalloc(tables[SMU_TABLE_ECCINFO].size, GFP_KERNEL); in smu_v13_0_0_tables_init()
522 if (!smu_table->ecc_table) in smu_v13_0_0_tables_init()
2922 EccInfoTable_t *ecc_table = NULL; in smu_v13_0_0_get_ecc_info() local
2934 smu_table->ecc_table, in smu_v13_0_0_get_ecc_info()
2941 ecc_table = (EccInfoTable_t *)smu_table->ecc_table; in smu_v13_0_0_get_ecc_info()
2943 for (i = 0; i < ARRAY_SIZE(ecc_table->EccInfo); i++) { in smu_v13_0_0_get_ecc_info()
2946 ecc_table->EccInfo[i].ce_count_lo_chip; in smu_v13_0_0_get_ecc_info()
2948 ecc_table->EccInfo[i].ce_count_hi_chip; in smu_v13_0_0_get_ecc_info()
2950 ecc_table->EccInfo[i].mca_umc_status; in smu_v13_0_0_get_ecc_info()
2952 ecc_table->EccInfo[i].mca_umc_addr; in smu_v13_0_0_get_ecc_info()
A Dsmu_v13_0.c522 kfree(smu_table->ecc_table); in smu_v13_0_fini_smc_tables()
525 smu_table->ecc_table = NULL; in smu_v13_0_fini_smc_tables()
/linux/drivers/edac/
A Dfsl_ddr_edac.c173 static unsigned int ecc_table[16] = { variable
199 mask_high = ecc_table[i * 2]; in calculate_ecc()
200 mask_low = ecc_table[i * 2 + 1]; in calculate_ecc()
231 syndrome |= ((ecc_table[i] >> (bit % 32)) & 1) << (i / 2); in syndrome_from_bit()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
A Dsienna_cichlid_ppt.c572 smu_table->ecc_table = kzalloc(tables[SMU_TABLE_ECCINFO].size, GFP_KERNEL); in sienna_cichlid_tables_init()
573 if (!smu_table->ecc_table) in sienna_cichlid_tables_init()
584 kfree(smu_table->ecc_table); in sienna_cichlid_tables_init()
4089 EccInfoTable_t *ecc_table = NULL; in sienna_cichlid_get_ecc_info() local
4101 smu_table->ecc_table, in sienna_cichlid_get_ecc_info()
4108 ecc_table = (EccInfoTable_t *)smu_table->ecc_table; in sienna_cichlid_get_ecc_info()
4113 ecc_table->EccInfo[i].ce_count_lo_chip; in sienna_cichlid_get_ecc_info()
4115 ecc_table->EccInfo[i].ce_count_hi_chip; in sienna_cichlid_get_ecc_info()
4117 ecc_table->EccInfo[i].mca_umc_status; in sienna_cichlid_get_ecc_info()
4119 ecc_table->EccInfo[i].mca_umc_addr; in sienna_cichlid_get_ecc_info()
A Dsmu_v11_0.c447 kfree(smu_table->ecc_table); in smu_v11_0_fini_smc_tables()
451 smu_table->ecc_table = NULL; in smu_v11_0_fini_smc_tables()
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
A Damdgpu_smu.h341 void *ecc_table; member
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
A Dsmu_v14_0.c507 kfree(smu_table->ecc_table); in smu_v14_0_fini_smc_tables()
510 smu_table->ecc_table = NULL; in smu_v14_0_fini_smc_tables()
A Dsmu_v14_0_2_ppt.c452 smu_table->ecc_table = kzalloc(tables[SMU_TABLE_ECCINFO].size, GFP_KERNEL); in smu_v14_0_2_tables_init()
453 if (!smu_table->ecc_table) in smu_v14_0_2_tables_init()

Completed in 45 milliseconds