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

/netbsd-current/sys/dev/ic/
H A Dninjascsi32.c2339 u_int8_t arbstat, bus_phase; local
2435 bus_phase = njsc32_read_1(sc, NJSC32_REG_SCSI_BUS_MONITOR) &
2438 switch (bus_phase) {
2473 switch (bus_phase) {
2490 printf("%#x\n", bus_phase);
2495 device_xname(sc->sc_dev), bus_phase);
H A Daic7xxx.c691 u_int bus_phase; local
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; local
2647 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
2666 phasemis = bus_phase !
[all...]
H A Daic79xx.c1007 u_int bus_phase; local
1009 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
1011 ahd_name(ahd), bus_phase);
1013 switch (bus_phase) {
1188 u_int bus_phase; local
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
3774 u_int bus_phase; local
[all...]

Completed in 205 milliseconds