Lines Matching +full:0 +full:x00000019
14 #define ALTR_OCRAM_CLEAR_ECC 0x00000018
15 #define ALTR_OCRAM_ECC_EN 0x00000019
29 mapped_ocr_edac_addr = of_iomap(np, 0); in socfpga_init_ocram_ecc()
44 #define ALTR_A10_ECC_CTRL_OFST 0x08
45 #define ALTR_A10_OCRAM_ECC_EN_CTL (BIT(1) | BIT(0))
48 #define ALTR_A10_ECC_INITSTAT_OFST 0x0C
49 #define ALTR_A10_ECC_INITCOMPLETEA BIT(0)
52 #define ALTR_A10_ECC_ERRINTEN_OFST 0x10
53 #define ALTR_A10_ECC_SERRINTEN BIT(0)
55 #define ALTR_A10_ECC_INTSTAT_OFST 0x20
56 #define ALTR_A10_ECC_SERRPENA BIT(0)
61 #define A10_SYSMGR_ECC_INTMASK_SET_OFST 0x94
62 #define A10_SYSMGR_ECC_INTMASK_CLR_OFST 0x98
87 return (value & bit_mask) ? 1 : 0; in ecc_test_bits()
105 if (limit < 0) in altr_init_memory_port()
112 return 0; in altr_init_memory_port()
118 int ret = 0; in socfpga_init_arria10_ocram_ecc()
134 ecc_block_base = of_iomap(np, 0); in socfpga_init_arria10_ocram_ecc()