Home
last modified time | relevance | path

Searched refs:ALTR_A10_ECC_CTRL_OFST (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm/mach-socfpga/
H A Docram.c42 #define ALTR_A10_ECC_CTRL_OFST 0x08 macro
96 ecc_set_bits(ALTR_A10_ECC_INITA, (ioaddr + ALTR_A10_ECC_CTRL_OFST)); in altr_init_memory_port()
145 (ecc_block_base + ALTR_A10_ECC_CTRL_OFST)); in socfpga_init_arria10_ocram_ecc()
159 (ecc_block_base + ALTR_A10_ECC_CTRL_OFST)); in socfpga_init_arria10_ocram_ecc()
/linux/drivers/edac/
H A Daltera_edac.c931 ecc_set_bits(init_mask, (ioaddr + ALTR_A10_ECC_CTRL_OFST)); in altr_init_memory_port()
986 (ecc_block_base + ALTR_A10_ECC_CTRL_OFST)); in altr_init_a10_ecc_block()
1009 ALTR_A10_ECC_CTRL_OFST)); in altr_init_a10_ecc_block()
1197 (base + ALTR_A10_ECC_CTRL_OFST))) in altr_check_ocram_deps_init()
1199 (base + ALTR_A10_ECC_CTRL_OFST)); in altr_check_ocram_deps_init()
1218 .ecc_en_ofst = ALTR_A10_ECC_CTRL_OFST,
1367 .ecc_en_ofst = ALTR_A10_ECC_CTRL_OFST,
1397 .ecc_en_ofst = ALTR_A10_ECC_CTRL_OFST,
1427 .ecc_en_ofst = ALTR_A10_ECC_CTRL_OFST,
1457 .ecc_en_ofst = ALTR_A10_ECC_CTRL_OFST,
[all …]
H A Daltera_edac.h214 #define ALTR_A10_ECC_CTRL_OFST 0x08 macro