Home | History | Annotate | Download | only in dev

Lines Matching defs:esr

141 	u_int32_t		esr, ear;
150 esr = mfdcr(DCR_SDRAM0_CFGDATA);
160 if (esr == 0x00) {
178 ue = (esr & SDRAM0_ECCESR_UE) != 0x00;
180 printf("ECC: Error CNT=%d ESR=%x EAR=%x %s BKNE=%d%d%d%d "
182 sc->sc_ecc_cnt, esr, ear,
184 ((esr & SDRAM0_ECCESR_BKEN(0)) != 0x00),
185 ((esr & SDRAM0_ECCESR_BKEN(1)) != 0x00),
186 ((esr & SDRAM0_ECCESR_BKEN(2)) != 0x00),
187 ((esr & SDRAM0_ECCESR_BKEN(3)) != 0x00),
188 ((esr & SDRAM0_ECCESR_BLCEN(0)) != 0x00),
189 ((esr & SDRAM0_ECCESR_BLCEN(1)) != 0x00),
190 ((esr & SDRAM0_ECCESR_BLCEN(2)) != 0x00),
191 ((esr & SDRAM0_ECCESR_BLCEN(3)) != 0x00),
192 ((esr & SDRAM0_ECCESR_CBEN(0)) != 0x00),
193 ((esr & SDRAM0_ECCESR_CBEN(1)) != 0x00));
232 esr = mfdcr(DCR_SDRAM0_CFGDATA);
242 printf("ECC: Recycling complete, ESR=%x. "
243 "Checking for persistent errors.\n", esr);
270 esr = mfdcr(DCR_SDRAM0_CFGDATA);
273 * If esr is non zero here, we're screwed.
277 "final ESR=%x.\n", esr);