Searched refs:bus_phase (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c678 u_int bus_phase; local
680 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
681 if (bus_phase != P_MESGIN
682 && bus_phase != P_MESGOUT) {
685 bus_phase);
702 if (bus_phase == P_MESGOUT)
714 if (bus_phase == P_MESGOUT) {
2639 u_int bus_phase; local
2644 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
2663 phasemis = bus_phase !
[all...]
H A Daic79xx_core.c1130 u_int bus_phase; local
1132 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
1134 ahd_name(ahd), bus_phase);
1136 switch (bus_phase) {
1314 u_int bus_phase; local
1316 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
1317 if (bus_phase != P_MESGIN
1318 && bus_phase != P_MESGOUT) {
1320 "phase 0x%x\n", bus_phase);
1334 if (bus_phase
3920 u_int bus_phase; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dipr.h492 u8 bus_phase; member in struct:ipr_ioasa_gpdd

Completed in 125 milliseconds