Searched refs:ecc_table (Results 1 – 9 of 9) sorted by relevance
261 smu_table->ecc_table = kzalloc(tables[SMU_TABLE_ECCINFO].size, GFP_KERNEL); in aldebaran_tables_init()262 if (!smu_table->ecc_table) { in aldebaran_tables_init()1741 EccInfoTable_t *ecc_table = NULL; in aldebaran_get_ecc_info() local1754 smu_table->ecc_table, in aldebaran_get_ecc_info()1761 ecc_table = (EccInfoTable_t *)smu_table->ecc_table; in aldebaran_get_ecc_info()1767 ecc_table->EccInfo[i].ce_count_lo_chip; in aldebaran_get_ecc_info()1769 ecc_table->EccInfo[i].ce_count_hi_chip; in aldebaran_get_ecc_info()1771 ecc_table->EccInfo[i].mca_umc_status; in aldebaran_get_ecc_info()1773 ecc_table->EccInfo[i].mca_umc_addr; in aldebaran_get_ecc_info()1779 ecc_table->EccInfo_V2[i].ce_count_lo_chip; in aldebaran_get_ecc_info()[all …]
513 smu_table->ecc_table = kzalloc(tables[SMU_TABLE_ECCINFO].size, GFP_KERNEL); in smu_v13_0_0_tables_init()514 if (!smu_table->ecc_table) in smu_v13_0_0_tables_init()2939 EccInfoTable_t *ecc_table = NULL; in smu_v13_0_0_get_ecc_info() local2951 smu_table->ecc_table, in smu_v13_0_0_get_ecc_info()2958 ecc_table = (EccInfoTable_t *)smu_table->ecc_table; in smu_v13_0_0_get_ecc_info()2960 for (i = 0; i < ARRAY_SIZE(ecc_table->EccInfo); i++) { in smu_v13_0_0_get_ecc_info()2963 ecc_table->EccInfo[i].ce_count_lo_chip; in smu_v13_0_0_get_ecc_info()2965 ecc_table->EccInfo[i].ce_count_hi_chip; in smu_v13_0_0_get_ecc_info()2967 ecc_table->EccInfo[i].mca_umc_status; in smu_v13_0_0_get_ecc_info()2969 ecc_table->EccInfo[i].mca_umc_addr; in smu_v13_0_0_get_ecc_info()
526 kfree(smu_table->ecc_table); in smu_v13_0_fini_smc_tables()529 smu_table->ecc_table = NULL; in smu_v13_0_fini_smc_tables()
573 smu_table->ecc_table = kzalloc(tables[SMU_TABLE_ECCINFO].size, GFP_KERNEL); in sienna_cichlid_tables_init()574 if (!smu_table->ecc_table) in sienna_cichlid_tables_init()585 kfree(smu_table->ecc_table); in sienna_cichlid_tables_init()2806 EccInfoTable_t *ecc_table = NULL; in sienna_cichlid_get_ecc_info() local2818 smu_table->ecc_table, in sienna_cichlid_get_ecc_info()2825 ecc_table = (EccInfoTable_t *)smu_table->ecc_table; in sienna_cichlid_get_ecc_info()2830 ecc_table->EccInfo[i].ce_count_lo_chip; in sienna_cichlid_get_ecc_info()2832 ecc_table->EccInfo[i].ce_count_hi_chip; in sienna_cichlid_get_ecc_info()2834 ecc_table->EccInfo[i].mca_umc_status; in sienna_cichlid_get_ecc_info()2836 ecc_table->EccInfo[i].mca_umc_addr; in sienna_cichlid_get_ecc_info()
448 kfree(smu_table->ecc_table); in smu_v11_0_fini_smc_tables()452 smu_table->ecc_table = NULL; in smu_v11_0_fini_smc_tables()
482 kfree(smu_table->ecc_table); in smu_v15_0_fini_smc_tables()485 smu_table->ecc_table = NULL; in smu_v15_0_fini_smc_tables()
513 kfree(smu_table->ecc_table); in smu_v14_0_fini_smc_tables()516 smu_table->ecc_table = NULL; in smu_v14_0_fini_smc_tables()
411 smu_table->ecc_table = kzalloc(tables[SMU_TABLE_ECCINFO].size, GFP_KERNEL); in smu_v14_0_2_tables_init()412 if (!smu_table->ecc_table) in smu_v14_0_2_tables_init()
397 void *ecc_table; member