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

/freebsd-10.0-release/sys/dev/aic/
H A Daic6360reg.h37 #define SXFRCTL1 0x02 /* SCSI transfer control 1 */ macro
99 /* SXFRCTL1 */
H A Daic.c372 aic_outb(aic, SXFRCTL1, STIMO_256ms | ENSTIMER |
1338 aic_outb(aic, SXFRCTL1, 0);
/freebsd-10.0-release/sys/dev/aic7xxx/
H A Daic79xx_pci.c731 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN;
738 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
739 ahd_outb(ahd, SXFRCTL1, sxfrctl1);
H A Daic7xxx.c263 ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
785 ahc_outb(ahc, SXFRCTL1,
786 ahc_inb(ahc, SXFRCTL1) | BITBUCKET);
794 ahc_outb(ahc, SXFRCTL1,
795 ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
4157 * Preserve the value of the SXFRCTL1 register for all channels.
4172 sxfrctl1_b = ahc_inb(ahc, SXFRCTL1);
4175 sxfrctl1_a = ahc_inb(ahc, SXFRCTL1);
4231 ahc_outb(ahc, SXFRCTL1, sxfrctl1_
[all...]
H A Daic7xxx_pci.c875 sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN;
1792 ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
1829 ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
H A Daic79xx.seq1664 or SXFRCTL1,BITBUCKET;
1667 and SXFRCTL1, ~BITBUCKET;
H A Daic7xxx.seq898 or SXFRCTL1,BITBUCKET;
904 and SXFRCTL1, ~BITBUCKET;
H A Daic7xxx.reg90 register SXFRCTL1 {
H A Daic79xx.c322 ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET);
5516 * Preserve the value of the SXFRCTL1 register for all channels.
5523 sxfrctl1 = ahd_inb(ahd, SXFRCTL1);
5584 * Restore SXFRCTL1.
5591 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
5592 ahd_outb(ahd, SXFRCTL1, sxfrctl1);
6561 /* Set the SCSI Id, SXFRCTL0, SXFRCTL1, and SIMODE1. */
6579 ahd_outb(ahd, SXFRCTL1, sxfrctl1|ahd->seltime|ENSTIMER|ACTNEGEN);
H A Daic79xx.reg1555 register SXFRCTL1 {

Completed in 146 milliseconds