Searched refs:P_MESGIN (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.h250 #define P_MESGIN 0xe0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic79xx_core.c91 { P_MESGIN, MSG_PARITY_ERROR, "in Message-in phase" },
1863 case P_MESGIN:
2037 if (bus_phase != P_MESGIN
2794 if (curphase == P_MESGIN)
3218 && (lastphase == P_MESGIN || lastphase == P_MESGOUT)
4681 if (bus_phase == P_MESGIN) {
4762 phasemis = bus_phase != P_MESGIN;
4928 ahd_outb(ahd, SCSISIGO, P_MESGIN | BSYO);
H A Daic7xxx_core.c101 { P_MESGIN, MSG_PARITY_ERROR, "in Message-in phase" },
1250 if (bus_phase != P_MESGIN
3229 if (bus_phase == P_MESGIN) {
3298 phasemis = bus_phase != P_MESGIN;
3454 ahc_outb(ahc, SCSISIGO, P_MESGIN | BSYO);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c5563 phasemis = ( aic_inb(p, SCSISIGI) & PHASE_MASK ) != P_MESGIN;
5925 case P_MESGIN:
10300 case P_MESGIN:
10352 if ( (lastphase == P_MESGOUT) || (lastphase == P_MESGIN) )
10629 if((aic_inb(p, LASTPHASE) == P_MESGIN) ||

Completed in 146 milliseconds