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

  /src/sys/dev/ic/
osiop.c 1050 int dfifo, dbc, intcode, sstat1; local in function:osiop_checkintr
1062 intcode = osiop_read_4(sc, OSIOP_DSPS);
1079 intcode & 0xff : sstat0);
1094 if (dstat & OSIOP_DSTAT_SIR && intcode == A_ok) {
1147 if (dstat & OSIOP_DSTAT_SIR && intcode == A_int_syncmsg) {
1333 (intcode == A_int_disc || intcode == A_int_disc_wodp)) {
1409 if (intcode == A_int_disc_wodp)
1475 if (dstat & OSIOP_DSTAT_SIR && intcode == A_int_reconnect) {
1488 device_xname(sc->sc_dev), reselid, intcode);
    [all...]
osiop.c 1050 int dfifo, dbc, intcode, sstat1; local in function:osiop_checkintr
1062 intcode = osiop_read_4(sc, OSIOP_DSPS);
1079 intcode & 0xff : sstat0);
1094 if (dstat & OSIOP_DSTAT_SIR && intcode == A_ok) {
1147 if (dstat & OSIOP_DSTAT_SIR && intcode == A_int_syncmsg) {
1333 (intcode == A_int_disc || intcode == A_int_disc_wodp)) {
1409 if (intcode == A_int_disc_wodp)
1475 if (dstat & OSIOP_DSTAT_SIR && intcode == A_int_reconnect) {
1488 device_xname(sc->sc_dev), reselid, intcode);
    [all...]

Completed in 22 milliseconds