Searched refs:P_MESGOUT (Results 1 - 4 of 4) 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.h253 #define P_MESGOUT 0xa0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c99 { P_MESGOUT, MSG_NOOP, "in Message-out phase" },
1251 && bus_phase != P_MESGOUT) {
1267 if (bus_phase == P_MESGOUT) {
1284 if (bus_phase == P_MESGOUT) {
1816 if (lastphase == P_MESGOUT) {
3220 phasemis = bus_phase != P_MESGOUT;
3308 if (bus_phase == P_MESGOUT
3391 ahc_outb(ahc, SCSISIGO, P_MESGOUT | BSYO);
H A Daic79xx_core.c89 { P_MESGOUT, MSG_NOOP, "in Message-out phase" },
1861 case P_MESGOUT:
2038 && bus_phase != P_MESGOUT) {
2054 if (bus_phase == P_MESGOUT)
2066 if (bus_phase == P_MESGOUT) {
3022 if (lastphase == P_MESGOUT) {
3218 && (lastphase == P_MESGIN || lastphase == P_MESGOUT)
4672 phasemis = bus_phase != P_MESGOUT;
4772 if (bus_phase == P_MESGOUT
4860 ahd_outb(ahd, SCSISIGO, P_MESGOUT | BSY
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c5512 phasemis = ( aic_inb(p, SCSISIGI) & PHASE_MASK) != P_MESGOUT;
5682 if (lastphase == P_MESGOUT)
5918 case P_MESGOUT:
5965 else if( (lastphase == P_MESGOUT) &&
10294 case P_MESGOUT:
10352 if ( (lastphase == P_MESGOUT) || (lastphase == P_MESGIN) )
10630 (aic_inb(p, LASTPHASE) == P_MESGOUT))

Completed in 91 milliseconds