Searched refs:P_BUSFREE (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/sys/dev/aic7xxx/ |
| HD | aic79xx.c | 96 { P_BUSFREE, MSG_NOOP, "while idle" }, 323 ahd_outb(ahd, LASTPHASE, P_BUSFREE); in ahd_restart() 1746 && ahd_inb(ahd, LASTPHASE) == P_BUSFREE in ahd_handle_scsiint() 1769 if (packetized && ahd_inb(ahd, LASTPHASE) == P_BUSFREE) { in ahd_handle_scsiint() 2453 if (lastphase != P_BUSFREE) in ahd_handle_nonpkt_busfree() 4223 ahd_outb(ahd, LASTPHASE, P_BUSFREE); in ahd_handle_message_phase() 9365 if (last_phase != P_BUSFREE in ahd_recover_commands() 9433 } else if (last_phase != P_BUSFREE in ahd_recover_commands()
|
| HD | aic7xxx.c | 107 { P_BUSFREE, MSG_NOOP, "while idle" }, 263 ahc_outb(ahc, LASTPHASE, P_BUSFREE); in ahc_restart() 1381 if (lastphase != P_BUSFREE) { in ahc_handle_scsiint() 7147 } else if (last_phase != P_BUSFREE in ahc_recover_commands() 7162 if (last_phase != P_BUSFREE in ahc_recover_commands()
|
| HD | aic7xxx_reg.h | 1342 #define P_BUSFREE 0x01 macro
|
| HD | aic7xxx.seq | 538 mvi LASTPHASE, P_BUSFREE; 714 mvi LASTPHASE, P_BUSFREE;
|
| HD | aic7xxx.reg | 1376 mask P_BUSFREE 0x01
|
| HD | aic79xx_reg.h | 3608 #define P_BUSFREE 0x01 macro
|
| HD | aic79xx.reg | 3625 field P_BUSFREE 0x01
|
| HD | aic79xx.seq | 1336 mvi LASTPHASE, P_BUSFREE;
|