Searched refs:SXFRCTL1 (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/scsi/
H A Daha152x.h18 #define SXFRCTL1 (HOSTIOPORT0+0x02) /* SCSI transfer control 1 */ macro
H A Daha152x.c1209 SETPORT(SXFRCTL1, 0);
1517 SETPORT(SXFRCTL1, (PARITY ? ENSPCHK : 0 ) | ENSTIMER);
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c695 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN;
702 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
703 ahd_outb(ahd, SXFRCTL1, sxfrctl1);
H A Daic7xxx_core.c819 ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
1338 ahc_outb(ahc, SXFRCTL1,
1339 ahc_inb(ahc, SXFRCTL1) | BITBUCKET);
1347 ahc_outb(ahc, SXFRCTL1,
1348 ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
4557 * Preserve the value of the SXFRCTL1 register for all channels.
4572 sxfrctl1_b = ahc_inb(ahc, SXFRCTL1);
4575 sxfrctl1_a = ahc_inb(ahc, SXFRCTL1);
4631 ahc_outb(ahc, SXFRCTL1, sxfrctl1_
[all...]
H A Daic7xxx_pci.c792 sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN;
1700 ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
1737 ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
H A Daic79xx.seq1664 or SXFRCTL1,BITBUCKET;
1667 and SXFRCTL1, ~BITBUCKET;
H A Daic7xxx.seq894 or SXFRCTL1,BITBUCKET;
900 and SXFRCTL1, ~BITBUCKET;
H A Daic79xx_core.c1130 ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET);
6207 * Preserve the value of the SXFRCTL1 register for all channels.
6214 sxfrctl1 = ahd_inb(ahd, SXFRCTL1);
6274 * Restore SXFRCTL1.
6281 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
6282 ahd_outb(ahd, SXFRCTL1, sxfrctl1);
7219 /* Set the SCSI Id, SXFRCTL0, SXFRCTL1, and SIMODE1. */
7237 ahd_outb(ahd, SXFRCTL1, sxfrctl1|ahd->seltime|ENSTIMER|ACTNEGEN);
H A Daic79xx.reg1643 register SXFRCTL1 {

Completed in 220 milliseconds