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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h259 #define P_BUSFREE 0x01 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic79xx_core.c92 { P_BUSFREE, MSG_NOOP, "while idle" },
1094 ahd_outb(ahd, LASTPHASE, P_BUSFREE);
2561 && ahd_inb(ahd, LASTPHASE) == P_BUSFREE
2584 if (packetized && ahd_inb(ahd, LASTPHASE) == P_BUSFREE) {
3267 if (lastphase != P_BUSFREE)
4960 ahd_outb(ahd, LASTPHASE, P_BUSFREE);
H A Daic7xxx_osm.c2229 if (last_phase != P_BUSFREE
H A Daic7xxx_core.c102 { P_BUSFREE, MSG_NOOP, "while idle" },
819 ahc_outb(ahc, LASTPHASE, P_BUSFREE);
1935 if (lastphase != P_BUSFREE) {
H A Daic79xx_osm.c2265 if (last_phase != P_BUSFREE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c3976 if (aic_inb(p, LASTPHASE) == P_BUSFREE)
6253 if ( ((aic_inb(p, LASTPHASE) & PHASE_MASK) != P_BUSFREE) &&
10340 if (lastphase != P_BUSFREE)
10378 } /* if (last_phase != P_BUSFREE).....indicates we are idle and can work */
10578 if(!disconnected && aic_inb(p, LASTPHASE) == P_BUSFREE) {

Completed in 94 milliseconds