intpr
uint32_t intpr;
intpr = bus_space_read_4(sc->sc_iot, sc->sc_ioh, DWCSATA_INTPR);
intpr, DWCSATA_INTPR_ERRADDR_GET(intpr),
uint32_t tfr, err, dmacr, intpr;
intpr = bus_space_read_4(sc->sc_iot, sc->sc_ioh, DWCSATA_INTPR);
if (intpr & DWCSATA_INTPR_ERR)
err, intpr, serror);
uint32_t intpr;
intpr = bus_space_read_4(sc->sc_iot, sc->sc_ioh, DWCSATA_INTPR);
if (intpr == 0)
if (intpr & (DWCSATA_INTPR_ERR | DWCSATA_INTPR_CMDABORT |
intpr, serror);
intpr & ~DWCSATA_INTPR_ERRADDR);
intpr(interval, nl[N_IFNET_LIST].n_value,
intpr(interval, nl[N_IFNET_LIST].n_value, NULL);
intpr(interval, nl[N_IFNET_LIST].n_value,
void intpr(int, u_long, void (*)(const char *));
static void intpr(void);
intpr();