Searched refs:ecc_info (Results 1 – 5 of 5) sorted by relevance
175 u32 ecc_info; in hisi_dae_log_hw_error() local187 ecc_info = readl(qm->io_base + DAE_ECC_INFO_OFFSET); in hisi_dae_log_hw_error()188 dev_err(dev, "dae multi ecc sram info 0x%x\n", ecc_info); in hisi_dae_log_hw_error()
125 chromeos_ramoops_data.ecc_info.ecc_size = ecc_size; in chromeos_pstore_init()
123 ecc = &p->ecc_info[0]; in nand_jedec_detect()
6360 struct fmea_ram_ecc *ecc_info) in fmea_ram_ecc_query() argument6371 ecc_info->is_ecc_err = hr_reg_read(req, QUERY_RAM_ECC_1BIT_ERR); in fmea_ram_ecc_query()6372 ecc_info->res_type = hr_reg_read(req, QUERY_RAM_ECC_RES_TYPE); in fmea_ram_ecc_query()6373 ecc_info->index = hr_reg_read(req, QUERY_RAM_ECC_TAG); in fmea_ram_ecc_query()6452 struct fmea_ram_ecc *ecc_info) in fmea_ram_ecc_recover() argument6454 u32 res_type = ecc_info->res_type; in fmea_ram_ecc_recover()6455 u32 index = ecc_info->index; in fmea_ram_ecc_recover()6480 struct fmea_ram_ecc ecc_info = {}; in fmea_ram_ecc_work() local6482 if (fmea_ram_ecc_query(hr_dev, &ecc_info)) { in fmea_ram_ecc_work()6487 if (!ecc_info.is_ecc_err) { in fmea_ram_ecc_work()[all …]
401 struct rogue_eccinfo ecc_info; member
Completed in 27 milliseconds