Searched refs:LASTPHASE (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.h249 #define LASTPHASE 0x3d macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c819 ahc_outb(ahc, LASTPHASE, P_BUSFREE);
1212 lastphase = ahc_inb(ahc, LASTPHASE);
1223 lastphase = ahc_inb(ahc, LASTPHASE);
1326 ahc_outb(ahc, LASTPHASE, curphase);
1381 u_int lastphase = ahc_inb(ahc, LASTPHASE);
1620 lastphase = ahc_inb(ahc, LASTPHASE);
1632 * LASTPHASE, leading to the discrepancy between
1806 lastphase = ahc_inb(ahc, LASTPHASE);
3111 lastphase = ahc_inb(ahc, LASTPHASE);
3121 "LASTPHASE
[all...]
H A Daic79xx_core.c1094 ahd_outb(ahd, LASTPHASE, P_BUSFREE);
2137 lastphase = ahd_inb(ahd, LASTPHASE);
2149 lastphase = ahd_inb(ahd, LASTPHASE);
2177 lastphase = ahd_inb(ahd, LASTPHASE);
2561 && ahd_inb(ahd, LASTPHASE) == P_BUSFREE
2584 if (packetized && ahd_inb(ahd, LASTPHASE) == P_BUSFREE) {
2664 lastphase = ahd_inb(ahd, LASTPHASE);
3006 lastphase = ahd_inb(ahd, LASTPHASE);
3290 lastphase = ahd_inb(ahd, LASTPHASE);
3300 "LASTPHASE
[all...]
H A Daic7xxx_osm.c2225 last_phase = ahc_inb(ahc, LASTPHASE);
H A Daic79xx_osm.c2248 last_phase = ahd_inb(ahd, LASTPHASE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c3126 printk(INFO_LEAD "Current scb %d, SEQADDR 0x%x, LASTPHASE "
3130 aic_inb(p, LASTPHASE));
3966 "LASTPHASE 0x%x, SAVED_TCL 0x%x\n", p->host_no, channel, target,
3967 lun, aic_inb(p, LASTPHASE), aic_inb(p, SAVED_TCL));
3976 if (aic_inb(p, LASTPHASE) == P_BUSFREE)
4596 unsigned char lastphase = aic_inb(p, LASTPHASE);
5669 unsigned char lastphase = aic_inb(p, LASTPHASE);
5742 printk(INFO_LEAD "Unexpected busfree, LASTPHASE = 0x%x, "
5902 unsigned char lastphase = aic_inb(p, LASTPHASE);
6253 if ( ((aic_inb(p, LASTPHASE)
[all...]

Completed in 167 milliseconds