Searched refs:P_BUSFREE (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.c | 90 { P_BUSFREE, MSG_NOOP, "while idle" }, 317 ahd_outb(ahd, LASTPHASE, P_BUSFREE); in ahd_restart() 1729 && ahd_inb(ahd, LASTPHASE) == P_BUSFREE in ahd_handle_scsiint() 1752 if (packetized && ahd_inb(ahd, LASTPHASE) == P_BUSFREE) { in ahd_handle_scsiint() 2430 if (lastphase != P_BUSFREE) in ahd_handle_nonpkt_busfree() 4191 ahd_outb(ahd, LASTPHASE, P_BUSFREE); in ahd_handle_message_phase() 9290 if (last_phase != P_BUSFREE in ahd_recover_commands() 9356 } else if (last_phase != P_BUSFREE in ahd_recover_commands()
|
H A D | aic7xxx_reg.h | 1339 #define P_BUSFREE 0x01 macro
|
H A D | aic7xxx.seq | 536 mvi LASTPHASE, P_BUSFREE; 712 mvi LASTPHASE, P_BUSFREE;
|
H A D | aic7xxx.reg | 1374 mask P_BUSFREE 0x01
|
H A D | aic79xx_reg.h | 3605 #define P_BUSFREE 0x01 macro
|
H A D | aic79xx.reg | 3623 field P_BUSFREE 0x01
|
H A D | aic79xx.seq | 1334 mvi LASTPHASE, P_BUSFREE;
|