Home | History | Annotate | Download | only in dev

Lines Matching refs:serror

377 	uint32_t ctl, serror;
406 /* drop any latched SError bits before issuing the command */
407 serror = bus_space_read_4(sc->sc_iot, sc->sc_ioh, DWCSATA_SERROR);
408 if (serror & DWCSATA_ERRMR_ERR_BITS)
410 serror);
548 "INTPR 0x%08x (erraddr 0x%03x) SError 0x%08x\n",
772 uint32_t serror = bus_space_read_4(sc->sc_iot, sc->sc_ioh,
775 "DMA error: DMAC err 0x%08x INTPR 0x%08x SError 0x%08x\n",
776 err, intpr, serror);
778 serror);
808 uint32_t serror = bus_space_read_4(sc->sc_iot, sc->sc_ioh,
811 "controller error interrupt: INTPR 0x%08x SError 0x%08x\n",
812 intpr, serror);
813 if (serror & DWCSATA_ERRMR_ERR_BITS)
815 DWCSATA_SERROR, serror);
1067 /* drop the diagnostics the PHY bring-up latched into SError */