Home
last modified time | relevance | path

Searched refs:sc_prevphase (Results 1 – 18 of 18) sorted by relevance

/netbsd/sys/dev/ic/
H A Dncr53c9x.c2239 sc->sc_prevphase, in ncr53c9x_intr()
2255 sc->sc_prevphase, in ncr53c9x_intr()
2346 sc->sc_phase, sc->sc_prevphase); in ncr53c9x_intr()
2476 sc->sc_prevphase); in ncr53c9x_intr()
2691 sc->sc_prevphase = MESSAGE_OUT_PHASE; in ncr53c9x_intr()
2723 sc->sc_prevphase = MESSAGE_IN_PHASE; in ncr53c9x_intr()
2765 sc->sc_prevphase = COMMAND_PHASE; in ncr53c9x_intr()
2773 sc->sc_prevphase = DATA_OUT_PHASE; in ncr53c9x_intr()
2782 sc->sc_prevphase = DATA_IN_PHASE; in ncr53c9x_intr()
2809 sc->sc_prevphase = STATUS_PHASE; in ncr53c9x_intr()
[all …]
H A Dmb89352.c429 sc->sc_prevphase = PH_INVALID; in spc_init()
914 if (sc->sc_prevphase == PH_MSGIN) { in spc_msgin()
1823 sc->sc_prevphase = PH_INVALID; in spc_intr()
1936 sc->sc_prevphase = PH_MSGOUT; in spc_intr()
1944 sc->sc_prevphase = PH_MSGIN; in spc_intr()
1961 sc->sc_prevphase = PH_CMD; in spc_intr()
1971 sc->sc_prevphase = PH_DATAOUT; in spc_intr()
1977 sc->sc_prevphase = PH_DATAOUT; in spc_intr()
1987 sc->sc_prevphase = PH_DATAIN; in spc_intr()
1993 sc->sc_prevphase = PH_DATAIN; in spc_intr()
[all …]
H A Daic6360.c419 sc->sc_prevphase = PH_INVALID; in aic_init()
968 if (sc->sc_prevphase == PH_MSGIN) { in aic_msgin()
1257 if (sc->sc_prevphase == PH_MSGOUT) { in aic_msgout()
1737 if (sc->sc_prevphase == PH_MSGIN) { in aicintr()
1885 sc->sc_prevphase = PH_INVALID; in aicintr()
1983 sc->sc_prevphase = PH_MSGOUT; in aicintr()
1991 sc->sc_prevphase = PH_MSGIN; in aicintr()
2008 sc->sc_prevphase = PH_CMD; in aicintr()
2018 sc->sc_prevphase = PH_DATAOUT; in aicintr()
2028 sc->sc_prevphase = PH_DATAIN; in aicintr()
[all …]
H A Dncr5380sbc.c367 sc->sc_prevphase = PHASE_INVALID; in ncr5380_init()
918 sc->sc_prevphase = PHASE_INVALID; in ncr5380_sched()
944 sc->sc_prevphase = PHASE_INVALID; in ncr5380_sched()
1220 sc->sc_prevphase = PHASE_INVALID; in ncr5380_reselect()
1271 sc->sc_prevphase = PHASE_INVALID; in ncr5380_reselect()
1555 if (sc->sc_prevphase == PHASE_MSG_IN) { in ncr5380_msg_in()
1802 if (sc->sc_prevphase == PHASE_MSG_OUT) { in ncr5380_msg_out()
2268 sc->sc_prevphase = phase; in ncr5380_machine()
2389 sc->sc_prevphase = PHASE_INVALID; in ncr5380_machine()
2542 db_printf("sc_prevphase=%d\n", sc->sc_prevphase); in ncr5380_show_state()
H A Dsunscpal.c511 sc->sc_prevphase = SUNSCPAL_PHASE_INVALID; in sunscpal_init()
1038 sc->sc_prevphase = SUNSCPAL_PHASE_INVALID; in sunscpal_sched()
1064 sc->sc_prevphase = SUNSCPAL_PHASE_INVALID; in sunscpal_sched()
1301 if (sc->sc_prevphase == SUNSCPAL_PHASE_MSG_IN) { in sunscpal_msg_in()
1767 sc->sc_prevphase = phase; in sunscpal_machine()
1883 sc->sc_prevphase = SUNSCPAL_PHASE_INVALID; in sunscpal_machine()
2037 db_printf("sc_prevphase=%d\n", sc->sc_prevphase); in sunscpal_show_state()
H A Daic6360var.h139 u_char sc_prevphase; /* Previous bus phase */ member
H A Dmb89352var.h141 uint8_t sc_prevphase; /* Previous bus phase */ member
H A Dncr5380var.h202 int sc_prevphase; member
H A Dsunscpalvar.h243 int sc_prevphase; member
H A Dncr53c9xvar.h309 int sc_prevphase; /* Copy of what bus phase we were in */ member
H A Dlsi64854.c487 nsc->sc_phase != nsc->sc_prevphase) in lsi64854_scsi_intr()
/netbsd/sys/arch/x68k/dev/
H A Dmha.c487 sc->sc_phase = sc->sc_prevphase = INVALID_PHASE; in mha_init()
848 sc->sc_prevphase = INVALID_PHASE; in mha_sched()
1012 if (sc->sc_prevphase != MESSAGE_IN_PHASE) { in mha_msgin()
1295 if (sc->sc_prevphase == MESSAGE_OUT_PHASE) { in mha_msgout()
1733 sc->sc_prevphase = STATUS_PHASE; in mhaintr()
1737 sc->sc_prevphase = MESSAGE_IN_PHASE; in mhaintr()
1786 sc->sc_prevphase = DATA_IN_PHASE; in mhaintr()
1800 sc->sc_prevphase = DATA_OUT_PHASE; in mhaintr()
1890 sc->sc_prevphase = DATA_IN_PHASE; in mhaintr()
1898 sc->sc_prevphase = DATA_OUT_PHASE; in mhaintr()
[all …]
H A Dmhavar.h111 int sc_prevphase; /* Copy of what bus phase we were in */ member
/netbsd/sys/arch/sun3/dev/
H A Ddma.c422 nsc->sc_phase != nsc->sc_prevphase) in espdmaintr()
/netbsd/sys/arch/macppc/dev/
H A Desp.c491 nsc->sc_phase != nsc->sc_prevphase) in espdmaintr()
H A Dmesh.c118 int sc_prevphase; member
511 sc->sc_prevphase = MESH_SELECTING; in mesh_select()
/netbsd/sys/dev/sbus/
H A Desp_sbus.c722 sc->sc_nexus, sc->sc_phase, sc->sc_prevphase, in db_esp()
/netbsd/sys/arch/next68k/dev/
H A Desp.c705 sc->sc_prevphase, sc->sc_flags); in esp_dma_intr()