Lines Matching full:ecc
23 np = of_find_compatible_node(NULL, NULL, "altr,socfpga-ocram-ecc"); in socfpga_init_ocram_ecc()
25 pr_err("Unable to find socfpga-ocram-ecc\n"); in socfpga_init_ocram_ecc()
32 pr_err("Unable to map OCRAM ecc regs.\n"); in socfpga_init_ocram_ecc()
36 /* Clear any pending OCRAM ECC interrupts, then enable ECC */ in socfpga_init_ocram_ecc()
60 /* ECC Manager Defines */
91 * This function uses the memory initialization block in the Arria10 ECC
92 * controller to initialize/clear the entire memory data and ECC data.
108 /* Clear any pending ECC interrupts */ in altr_init_memory_port()
127 np = of_find_compatible_node(NULL, NULL, "altr,socfpga-a10-ocram-ecc"); in socfpga_init_arria10_ocram_ecc()
129 pr_err("Unable to find socfpga-a10-ocram-ecc\n"); in socfpga_init_arria10_ocram_ecc()
133 /* Map the ECC Block */ in socfpga_init_arria10_ocram_ecc()
137 pr_err("Unable to map OCRAM ECC block\n"); in socfpga_init_arria10_ocram_ecc()
141 /* Disable ECC */ in socfpga_init_arria10_ocram_ecc()
152 /* Use HW initialization block to initialize memory for ECC */ in socfpga_init_arria10_ocram_ecc()
155 pr_err("ECC: cannot init OCRAM PORTA memory\n"); in socfpga_init_arria10_ocram_ecc()
159 /* Enable ECC */ in socfpga_init_arria10_ocram_ecc()