Lines Matching defs:bus_phase
1052 u_int bus_phase;
1054 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
1056 ahd_name(ahd), bus_phase);
1058 switch (bus_phase) {
1229 u_int bus_phase;
1231 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
1232 if (bus_phase != P_MESGIN
1233 && bus_phase != P_MESGOUT) {
1235 "phase 0x%x\n", bus_phase);
1249 if (bus_phase == P_MESGOUT)
1261 if (bus_phase == P_MESGOUT) {
3883 u_int bus_phase;
3888 bus_phase = ahd_inb(ahd, LASTPHASE);
3911 phasemis = bus_phase != P_MESGOUT;
3916 ahd_lookup_phase_entry(bus_phase)
3920 if (bus_phase == P_MESGIN) {
4001 phasemis = bus_phase != P_MESGIN;
4006 ahd_lookup_phase_entry(bus_phase)
4011 if (bus_phase == P_MESGOUT