Searched refs:ecc_table (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Daldebaran_ppt.c259 smu_table->ecc_table = kzalloc(tables[SMU_TABLE_ECCINFO].size, GFP_KERNEL);
260 if (!smu_table->ecc_table) {
1790 EccInfoTable_t *ecc_table = NULL; local
1803 smu_table->ecc_table,
1810 ecc_table = (EccInfoTable_t *)smu_table->ecc_table;
1816 ecc_table->EccInfo[i].ce_count_lo_chip;
1818 ecc_table->EccInfo[i].ce_count_hi_chip;
1820 ecc_table->EccInfo[i].mca_umc_status;
1822 ecc_table
[all...]
H A Dsmu_v13_0_0_ppt.c521 smu_table->ecc_table = kzalloc(tables[SMU_TABLE_ECCINFO].size, GFP_KERNEL);
522 if (!smu_table->ecc_table)
2916 EccInfoTable_t *ecc_table = NULL; local
2928 smu_table->ecc_table,
2935 ecc_table = (EccInfoTable_t *)smu_table->ecc_table;
2937 for (i = 0; i < ARRAY_SIZE(ecc_table->EccInfo); i++) {
2940 ecc_table->EccInfo[i].ce_count_lo_chip;
2942 ecc_table->EccInfo[i].ce_count_hi_chip;
2944 ecc_table
[all...]
H A Dsmu_v13_0.c525 kfree(smu_table->ecc_table);
528 smu_table->ecc_table = NULL;
/linux-master/drivers/edac/
H A Dfsl_ddr_edac.c173 static unsigned int ecc_table[16] = { variable
199 mask_high = ecc_table[i * 2];
200 mask_low = ecc_table[i * 2 + 1];
227 * ecc_table depending on if 'bit' is in the upper or lower half of
231 syndrome |= ((ecc_table[i] >> (bit % 32)) & 1) << (i / 2);
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsienna_cichlid_ppt.c572 smu_table->ecc_table = kzalloc(tables[SMU_TABLE_ECCINFO].size, GFP_KERNEL);
573 if (!smu_table->ecc_table)
584 kfree(smu_table->ecc_table);
4083 EccInfoTable_t *ecc_table = NULL; local
4095 smu_table->ecc_table,
4102 ecc_table = (EccInfoTable_t *)smu_table->ecc_table;
4107 ecc_table->EccInfo[i].ce_count_lo_chip;
4109 ecc_table->EccInfo[i].ce_count_hi_chip;
4111 ecc_table
[all...]
H A Dsmu_v11_0.c451 kfree(smu_table->ecc_table);
455 smu_table->ecc_table = NULL;
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c482 kfree(smu_table->ecc_table);
485 smu_table->ecc_table = NULL;
/linux-master/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h341 void *ecc_table; member in struct:smu_table_context

Completed in 379 milliseconds