Searched refs:SCSISIGI (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/
H A Daic7xxx_core.c1176 printk("SCSIBUSL == 0x%x, SCSISIGI == 0x%x\n",
1177 ahc_inb(ahc, SCSIBUSL), ahc_inb(ahc, SCSISIGI));
1216 lastphase, ahc_inb(ahc, SCSISIGI));
1227 lastphase, ahc_inb(ahc, SCSISIGI));
1249 bus_phase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
1325 curphase = ahc_inb(ahc, SCSISIGI) & PHASE_MASK;
1329 if ((ahc_inb(ahc, SCSISIGI) & (CDI|MSGI)) == 0) {
1342 if ((ahc_inb(ahc, SCSISIGI)
1505 printk("SCSIBUSL == 0x%x, SCSISIGI == 0x%x\n",
1506 ahc_inb(ahc, SCSIBUSL), ahc_inb(ahc, SCSISIGI));
[all...]
H A Daic79xx_core.c1852 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
2036 bus_phase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
2107 printk("SCSIBUS[0] == 0x%x, SCSISIGI == 0x%x\n",
2108 ahd_inb(ahd, SCSIBUS), ahd_inb(ahd, SCSISIGI));
2142 lastphase, ahd_inb(ahd, SCSISIGI));
2154 lastphase, ahd_inb(ahd, SCSISIGI));
2665 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
3289 curphase = ahd_inb(ahd, SCSISIGI) & PHASE_MASK;
4206 if ((ahd_inb(ahd, SCSISIGI) & BSYI) != 0
4845 if ((ahd_inb(ahd, SCSISIGI)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h43 #define SCSISIGI 0x03 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c3131 printk(INFO_LEAD "SG_CACHEPTR 0x%x, SG_COUNT %d, SCSISIGI 0x%x\n",
3134 aic_inb(p, SG_COUNT), aic_inb(p, SCSISIGI));
4056 aic_outb(p, aic_inb(p, SCSISIGI) | ATNO, SCSISIGO);
4108 aic_outb(p, aic_inb(p, SCSISIGI) | ATNO, SCSISIGO);
4152 aic_outb(p, aic_inb(p, SCSISIGI) | ATNO, SCSISIGO);
4776 printk(INFO_LEAD "SCSISIGI 0x%x, SEQADDR 0x%x, SSTAT0 0x%x, SSTAT1 "
4778 aic_inb(p, SCSISIGI),
4793 printk(INFO_LEAD "SCSISIGI 0x%x, SEQADDR 0x%x, SSTAT0 0x%x, SSTAT1 "
4795 aic_inb(p, SCSISIGI),
4854 printk(WARN_LEAD "Unknown SEQINT, INTSTAT 0x%x, SCSISIGI
[all...]

Completed in 114 milliseconds