HomeSort by: relevance | last modified time | path
    Searched defs:ear (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/powerpc/ibm4xx/dev/
ecc_plb.c 141 u_int32_t esr, ear; local in function:ecc_plb_intr
153 ear = mfdcr(DCR_SDRAM0_CFGDATA);
180 printf("ECC: Error CNT=%d ESR=%x EAR=%x %s BKNE=%d%d%d%d "
182 sc->sc_ecc_cnt, esr, ear,
  /src/sys/dev/marvell/
gtidmac.c 602 uint32_t ear; local in function:gtidmac_intr
604 ear = bus_space_read_4(sc->sc_iot, sc->sc_ioh,
606 aprint_error(": Error Address 0x%x\n", ear);

Completed in 14 milliseconds