Searched refs:P_BUSFREE (Results 1 - 14 of 14) sorted by relevance

/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h259 #define P_BUSFREE 0x01 macro
H A Daic7xxx.reg1244 mask P_BUSFREE 0x01
H A Daic7xxx.seq331 mvi LASTPHASE, P_BUSFREE;
/drivers/scsi/aic7xxx/
H A Daic7xxx.seq534 mvi LASTPHASE, P_BUSFREE;
710 mvi LASTPHASE, P_BUSFREE;
H A Daic7xxx.reg1515 mask P_BUSFREE 0x01
H A Daic7xxx_reg.h_shipped465 #define P_BUSFREE 0x01
H A Daic79xx_core.c92 { P_BUSFREE, MSG_NOOP, "while idle" },
1140 ahd_outb(ahd, LASTPHASE, P_BUSFREE);
2607 && ahd_inb(ahd, LASTPHASE) == P_BUSFREE
2630 if (packetized && ahd_inb(ahd, LASTPHASE) == P_BUSFREE) {
3313 if (lastphase != P_BUSFREE)
5036 ahd_outb(ahd, LASTPHASE, P_BUSFREE);
H A Daic79xx.seq1336 mvi LASTPHASE, P_BUSFREE;
H A Daic7xxx_core.c102 { P_BUSFREE, MSG_NOOP, "while idle" },
827 ahc_outb(ahc, LASTPHASE, P_BUSFREE);
1943 if (lastphase != P_BUSFREE) {
H A Daic79xx_osm.c2291 if (last_phase != P_BUSFREE
H A Daic7xxx_osm.c2242 if (last_phase != P_BUSFREE
H A Daic79xx.reg3866 field P_BUSFREE 0x01
H A Daic79xx_reg.h_shipped2468 #define P_BUSFREE 0x01
/drivers/scsi/
H A Daic7xxx_old.c3978 if (aic_inb(p, LASTPHASE) == P_BUSFREE)
6280 if ( ((aic_inb(p, LASTPHASE) & PHASE_MASK) != P_BUSFREE) &&
10403 if (lastphase != P_BUSFREE)
10441 } /* if (last_phase != P_BUSFREE).....indicates we are idle and can work */
10641 if(!disconnected && aic_inb(p, LASTPHASE) == P_BUSFREE) {

Completed in 191 milliseconds