Lines Matching +full:0 +full:x1c000000
20 #define SPRAM_TAG0_ENABLE 0x00000080
21 #define SPRAM_TAG0_PA_MASK 0xfffff000
22 #define SPRAM_TAG1_SIZE_MASK 0xfffff000
118 unsigned int firstsize = 0, lastsize = 0; in probe_spram()
119 unsigned int firstpa = 0, lastpa = 0, pa = 0; in probe_spram()
120 unsigned int offset = 0; in probe_spram()
130 for (i = 0; i < 8; i++) { in probe_spram()
138 if (size == 0) in probe_spram()
141 if (i != 0) { in probe_spram()
162 if (i == 0) { in probe_spram()
170 if (strcmp(type, "DSPRAM") == 0) { in probe_spram()
173 #define TDAT 0x5a5aa5a5 in probe_spram()
174 vp[0] = TDAT; in probe_spram()
179 v = vp[0]; in probe_spram()
213 probe_spram("ISPRAM", 0x1c000000, in spram_config()
217 probe_spram("DSPRAM", 0x1c100000, in spram_config()