Lines Matching +full:0 +full:x00000019
12 #define ALTR_OCRAM_CLEAR_ECC 0x00000018
13 #define ALTR_OCRAM_ECC_EN 0x00000019
27 mapped_ocr_edac_addr = of_iomap(np, 0); in socfpga_init_ocram_ecc()
42 #define ALTR_A10_ECC_CTRL_OFST 0x08
43 #define ALTR_A10_OCRAM_ECC_EN_CTL (BIT(1) | BIT(0))
46 #define ALTR_A10_ECC_INITSTAT_OFST 0x0C
47 #define ALTR_A10_ECC_INITCOMPLETEA BIT(0)
50 #define ALTR_A10_ECC_ERRINTEN_OFST 0x10
51 #define ALTR_A10_ECC_SERRINTEN BIT(0)
53 #define ALTR_A10_ECC_INTSTAT_OFST 0x20
54 #define ALTR_A10_ECC_SERRPENA BIT(0)
59 #define A10_SYSMGR_ECC_INTMASK_SET_OFST 0x94
60 #define A10_SYSMGR_ECC_INTMASK_CLR_OFST 0x98
85 return (value & bit_mask) ? 1 : 0; in ecc_test_bits()
103 if (limit < 0) in altr_init_memory_port()
110 return 0; in altr_init_memory_port()
116 int ret = 0; in socfpga_init_arria10_ocram_ecc()
132 ecc_block_base = of_iomap(np, 0); in socfpga_init_arria10_ocram_ecc()