Home | History | Annotate | Download | only in ic

Lines Matching refs:bus_phase

691 			u_int bus_phase;
693 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
694 if (bus_phase != P_MESGIN
695 && bus_phase != P_MESGOUT) {
698 bus_phase);
715 if (bus_phase == P_MESGOUT)
727 if (bus_phase == P_MESGOUT) {
2642 u_int bus_phase;
2647 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
2666 phasemis = bus_phase != P_MESGOUT;
2671 ahc_lookup_phase_entry(bus_phase)
2675 if (bus_phase == P_MESGIN) {
2744 phasemis = bus_phase != P_MESGIN;
2749 ahc_lookup_phase_entry(bus_phase)
2754 if (bus_phase == P_MESGOUT