Lines Matching refs:bus_phase
1007 u_int bus_phase;
1009 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
1011 ahd_name(ahd), bus_phase);
1013 switch (bus_phase) {
1188 u_int bus_phase;
1190 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
1191 if (bus_phase != P_MESGIN
1192 && bus_phase != P_MESGOUT) {
1194 "phase 0x%x\n", bus_phase);
1208 if (bus_phase == P_MESGOUT)
1220 if (bus_phase == P_MESGOUT) {
3774 u_int bus_phase;
3779 bus_phase = ahd_inb(ahd, LASTPHASE);
3802 phasemis = bus_phase != P_MESGOUT;
3807 ahd_lookup_phase_entry(bus_phase)
3811 if (bus_phase == P_MESGIN) {
3892 phasemis = bus_phase != P_MESGIN;
3897 ahd_lookup_phase_entry(bus_phase)
3902 if (bus_phase == P_MESGOUT