Searched refs:sc_phase (Results 1 - 21 of 21) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/x68k/dev/
H A Dmha.c335 sc->sc_phase = BUSFREE_PHASE;
487 sc->sc_phase = sc->sc_prevphase = INVALID_PHASE;
579 sc->sc_phase = COMMAND_PHASE;
1697 SCR, sc->sc_phase);
1701 sc->sc_phase = BUSFREE_PHASE;
1710 if (sc->sc_phase == BUSFREE_PHASE)
1717 ph & PHASE_MASK, sc->sc_phase));
1719 /* switch (sc->sc_phase) {*/
1776 switch (sc->sc_phase) {
1783 sc->sc_phase
[all...]
H A Dmhavar.h110 int sc_phase; /* Copy of what bus phase we are in */ member in struct:mha_softc
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Daic6360var.h138 u_char sc_phase; /* Current bus phase */ member in struct:aic_softc
H A Dihavar.h188 int sc_phase; /* MSG C/D I/O */ member in struct:iha_softc
H A Dmb89352var.h140 uint8_t sc_phase; /* Current bus phase */ member in struct:spc_softc
H A Dncr53c9x.c531 sc->sc_phase = sc->sc_prevphase = INVALID_PHASE;
600 sc->sc_phase = (sc->sc_espintr & NCRINTR_DIS) ?
1354 if (sc->sc_phase == COMMAND_PHASE ||
1355 sc->sc_phase == MESSAGE_OUT_PHASE)
2185 sc->sc_state, sc->sc_phase, sc->sc_prevphase);
2234 if (sc->sc_phase != MESSAGE_IN_PHASE)
2349 sc->sc_phase, sc->sc_prevphase);
2392 if (sc->sc_phase != MESSAGE_IN_PHASE) {
2429 if (sc->sc_phase != MESSAGE_IN_PHASE) {
2535 if (sc->sc_phase !
[all...]
H A Dmb89352.c957 sc->sc_phase | PCTL_BFINT_ENAB);
1350 bus_space_write_1(iot, ioh, PCTL, sc->sc_phase | PCTL_BFINT_ENAB);
1453 bus_space_write_1(iot, ioh, PCTL, sc->sc_phase | PCTL_BFINT_ENAB);
1562 bus_space_write_1(iot, ioh, PCTL, sc->sc_phase | PCTL_BFINT_ENAB);
1657 (sc->sc_phase == PH_DATAOUT || sc->sc_phase == PH_DATAIN)) {
1917 sc->sc_phase = bus_space_read_1(iot, ioh, PSNS) & PH_MASK;
1919 bus_space_write_1(iot, ioh, PCTL, sc->sc_phase);
1922 SPC_MISC(("phase=%d\n", sc->sc_phase));
1923 switch (sc->sc_phase) {
[all...]
H A Diha.c954 sc->sc_phase = sc->sc_status0 & PH_MASK;
1101 sc->sc_phase = sc->sc_status0 & PH_MASK;
1143 return (sc->sc_phase);
1594 if (sc->sc_phase == PHASE_MSG_OUT) {
1663 switch (sc->sc_phase) {
1669 else if (sc->sc_phase == PHASE_CMD_OUT) {
1696 printf("[debug] -s3- bad phase = %d\n", sc->sc_phase);
1723 switch (sc->sc_phase) {
1819 if ((cnt == 1) && (sc->sc_phase == PHASE_DATA_OUT)) {
1879 switch (sc->sc_phase) {
[all...]
H A Dncr53c9xvar.h307 int sc_phase; /* Copy of what bus phase we are in */ member in struct:ncr53c9x_softc
H A Daic6360.c670 bus_space_write_1(iot, ioh, SCSISIG, sc->sc_phase | ATNO);
1971 sc->sc_phase = bus_space_read_1(iot, ioh, SCSISIG) & PH_MASK;
1972 bus_space_write_1(iot, ioh, SCSISIG, sc->sc_phase);
1974 switch (sc->sc_phase) {
H A Dlsi64854.c488 nsc->sc_phase != nsc->sc_prevphase)
/netbsd-6-1-5-RELEASE/sys/dev/pcmcia/
H A Desp_pcmcia.c347 espphase = sc->sc_phase;
378 sc->sc_phase = espphase;
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Desp_isa.c499 espphase = sc->sc_phase;
532 sc->sc_phase = espphase;
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dtrm.c300 int sc_phase; /* SCSI phase */ member in struct:trm_softc
766 sc->sc_phase = PH_BUS_FREE; /* SCSI bus free Phase */
986 sc->sc_phase = PH_BUS_FREE; /* initial phase */
1039 sc->sc_phase = PH_BUS_FREE; /* SCSI bus free Phase */
1164 DPRINTF(("sc->sc_phase = %2d, sc->sc_state = %2d\n",
1165 sc->sc_phase, sc->sc_state));
1174 switch (sc->sc_phase) {
1204 sc->sc_phase = stat & PHASEMASK;
1206 switch (sc->sc_phase) {
2015 sc->sc_phase
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/obio/
H A Desp.c410 espphase = sc->sc_phase;
448 sc->sc_phase = espphase;
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dflsc.c415 flscphase = sc->sc_phase;
468 sc->sc_phase = flscphase;
/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Ddma.c422 nsc->sc_phase != nsc->sc_prevphase)
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Desp.c490 nsc->sc_phase != nsc->sc_prevphase)
/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Dspc.c231 bus_space_write_1(iot, iohspc, PCTL, sc->sc_phase | PCTL_BFINT_ENAB);
/netbsd-6-1-5-RELEASE/sys/arch/next68k/dev/
H A Desp.c693 printf("sc->sc_state: %x sc->sc_phase: %x"
696 sc->sc_state, sc->sc_phase, sc->sc_espstep,
701 if (sc->sc_phase == MESSAGE_IN_PHASE) {
704 } else if (sc->sc_phase != STATUS_PHASE) {
707 sc->sc_phase);
/netbsd-6-1-5-RELEASE/sys/dev/sbus/
H A Desp_sbus.c732 sc->sc_nexus, sc->sc_phase, sc->sc_prevphase,

Completed in 319 milliseconds