Lines Matching +full:0 +full:x1c000000
21 #define SPRAM_TAG0_ENABLE 0x00000080
22 #define SPRAM_TAG0_PA_MASK 0xfffff000
23 #define SPRAM_TAG1_SIZE_MASK 0xfffff000
119 unsigned int firstsize = 0, lastsize = 0; in probe_spram()
120 unsigned int firstpa = 0, lastpa = 0, pa = 0; in probe_spram()
121 unsigned int offset = 0; in probe_spram()
131 for (i = 0; i < 8; i++) { in probe_spram()
139 if (size == 0) in probe_spram()
142 if (i != 0) { in probe_spram()
163 if (i == 0) { in probe_spram()
171 if (strcmp(type, "DSPRAM") == 0) { in probe_spram()
174 #define TDAT 0x5a5aa5a5 in probe_spram()
175 vp[0] = TDAT; in probe_spram()
180 v = vp[0]; in probe_spram()
214 probe_spram("ISPRAM", 0x1c000000, in spram_config()
218 probe_spram("DSPRAM", 0x1c100000, in spram_config()