Searched refs:ENBUSFREE (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/
H A Daha152x.h214 #define ENBUSFREE 0x08 macro
H A Daha152x.c950 SETPORT(SIMODE1, ENPHASEMIS | ENSCSIRST | ENSCSIPERR | ENBUSFREE);
955 SETPORT(SIMODE1, ENPHASEMIS | ENSCSIRST | ENSCSIPERR | ENBUSFREE);
962 SETPORT(SIMODE1, ENSCSIRST | ( (ISSUE_SC||DONE_SC) ? ENBUSFREE : 0));
2104 SETPORT(SIMODE1, ENSCSIPERR | ENSCSIRST | ENPHASEMIS | ENBUSFREE);
2243 SETPORT(SIMODE1, ENSCSIPERR | ENSCSIRST | ENPHASEMIS | ENBUSFREE );
2836 if (s & ENBUSFREE)
2837 printk("ENBUSFREE ");
3200 if (s & ENBUSFREE)
3201 SPRINTF("ENBUSFREE ");
H A Daic7xxx_old.c3575 aic_outb(p, aic_inb(p, SIMODE1) & ~ENBUSFREE, SIMODE1);
3592 aic_outb(p, aic_inb(p, SIMODE1) & ~(ENBUSFREE|ENREQINIT),
5748 aic_outb(p, aic_inb(p, SIMODE1) & ~(ENBUSFREE|ENREQINIT),
5866 aic_outb(p, aic_inb(p, SIMODE1) & ~(ENREQINIT|ENBUSFREE), SIMODE1);
10782 aic_outb(p, aic_inb(p, SIMODE1) & ~(ENREQINIT|ENBUSFREE), SIMODE1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h146 #define ENBUSFREE 0x08 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1722 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
1772 && (ahc_inb(ahc, SIMODE1) & ENBUSFREE) != 0) {
1797 ahc_outb(ahc, SIMODE1, ahc_inb(ahc, SIMODE1) & ~ENBUSFREE);
2047 ahc_outb(ahc, SIMODE1, simode1 & ENBUSFREE);
6478 simode1 = ahc_inb(ahc, SIMODE1) & ~(ENBUSFREE|ENSCSIRST);
6497 simode1 = ahc_inb(ahc, SIMODE1) & ~(ENBUSFREE|ENSCSIRST);
H A Daic79xx_core.c2593 * would not need to muck with the ENBUSFREE logic. This
2597 * the ENBUSFREE if the busfree occurred during a non-pack
2605 ahd_inb(ahd, SIMODE1) & ~ENBUSFREE);
3476 * We don't clear ENBUSFREE. Unfortunately
3481 ahd_outb(ahd, SIMODE1, simode1 & ENBUSFREE);
8709 ahd_inb(ahd, SIMODE1) & ~(ENBUSFREE|ENSCSIRST));

Completed in 134 milliseconds