Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h259 #define P_BUSFREE 0x01 macro
Daic7xxx.reg1244 mask P_BUSFREE 0x01
Daic7xxx.seq331 mvi LASTPHASE, P_BUSFREE;
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_core.c96 { P_BUSFREE, MSG_NOOP, "while idle" },
314 ahd_outb(ahd, LASTPHASE, P_BUSFREE); in ahd_restart()
1341 && ahd_inb(ahd, LASTPHASE) == P_BUSFREE) in ahd_handle_scsiint()
1355 if (packetized && ahd_inb(ahd, LASTPHASE) == P_BUSFREE) { in ahd_handle_scsiint()
1986 if (lastphase != P_BUSFREE) in ahd_handle_nonpkt_busfree()
3740 ahd_outb(ahd, LASTPHASE, P_BUSFREE); in ahd_handle_message_phase()
Daic7xxx_reg.h1341 #define P_BUSFREE 0x01 macro
Daic7xxx_core.c108 { P_BUSFREE, MSG_NOOP, "while idle" },
261 ahc_outb(ahc, LASTPHASE, P_BUSFREE); in ahc_restart()
1360 if (lastphase != P_BUSFREE) { in ahc_handle_scsiint()
Daic7xxx.seq534 mvi LASTPHASE, P_BUSFREE;
709 mvi LASTPHASE, P_BUSFREE;
Daic7xxx.reg1377 mask P_BUSFREE 0x01
Daic79xx_reg.h3565 #define P_BUSFREE 0x01 macro
Daic79xx_osm.c1423 if (last_phase != P_BUSFREE
Daic7xxx_osm.c4915 if (last_phase != P_BUSFREE
Daic79xx.reg3608 field P_BUSFREE 0x01
Daic79xx.seq1182 mvi LASTPHASE, P_BUSFREE;
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c4437 if (aic_inb(p, LASTPHASE) == P_BUSFREE) in aic7xxx_handle_seqint()
6799 if ( ((aic_inb(p, LASTPHASE) & PHASE_MASK) != P_BUSFREE) && in aic7xxx_handle_command_completion_intr()
11021 if (lastphase != P_BUSFREE) in aic7xxx_bus_device_reset()