Searched refs:bus_phase (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7xxx.c696 u_int bus_phase; local
698 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
699 if (bus_phase != P_MESGIN
700 && bus_phase != P_MESGOUT) {
703 bus_phase);
720 if (bus_phase == P_MESGOUT)
732 if (bus_phase == P_MESGOUT) {
2663 u_int bus_phase; local
2668 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
2687 phasemis = bus_phase !
[all...]
H A Daic79xx.c1042 u_int bus_phase; local
1044 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
1046 ahd_name(ahd), bus_phase);
1048 switch (bus_phase) {
1221 u_int bus_phase; local
1223 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
1224 if (bus_phase != P_MESGIN
1225 && bus_phase != P_MESGOUT) {
1227 "phase 0x%x\n", bus_phase);
1242 if (bus_phase
3905 u_int bus_phase; local
[all...]

Completed in 172 milliseconds