Symbol: SXFRCTL1
sys/dev/ic/aic6360.c
1402
bus_space_write_1(iot, ioh, SXFRCTL1, BITBUCKET);
sys/dev/ic/aic6360.c
1408
bus_space_write_1(iot, ioh, SXFRCTL1, 0);
sys/dev/ic/aic6360.c
1551
bus_space_write_1(iot, ioh, SXFRCTL1, BITBUCKET);
sys/dev/ic/aic6360.c
1557
bus_space_write_1(iot, ioh, SXFRCTL1, 0);
sys/dev/ic/aic6360.c
1730
bus_space_write_1(iot, ioh, SXFRCTL1, 0);
sys/dev/ic/aic6360.c
1754
bus_space_write_1(iot, ioh, SXFRCTL1, 0);
sys/dev/ic/aic6360.c
2057
bus_space_read_1(iot, ioh, SXFRCTL1),
sys/dev/ic/aic6360.c
316
bus_space_write_1(iot, ioh, SXFRCTL1, 0);
sys/dev/ic/aic6360.c
606
bus_space_write_1(iot, ioh, SXFRCTL1, STIMO_256ms | ENSTIMER);
sys/dev/ic/aic79xx.c
343
ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET);
sys/dev/ic/aic79xx.c
5467
sxfrctl1 = ahd_inb(ahd, SXFRCTL1);
sys/dev/ic/aic79xx.c
5535
ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
sys/dev/ic/aic79xx.c
5536
ahd_outb(ahd, SXFRCTL1, sxfrctl1);
sys/dev/ic/aic79xx.c
6243
ahd_outb(ahd, SXFRCTL1, sxfrctl1|ahd->seltime|ENSTIMER|ACTNEGEN);
sys/dev/ic/aic7xxx.c
277
ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
sys/dev/ic/aic7xxx.c
4037
sxfrctl1_b = ahc_inb(ahc, SXFRCTL1);
sys/dev/ic/aic7xxx.c
4040
sxfrctl1_a = ahc_inb(ahc, SXFRCTL1);
sys/dev/ic/aic7xxx.c
4094
ahc_outb(ahc, SXFRCTL1, sxfrctl1_b);
sys/dev/ic/aic7xxx.c
4097
ahc_outb(ahc, SXFRCTL1, sxfrctl1_a);
sys/dev/ic/aic7xxx.c
4470
ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
sys/dev/ic/aic7xxx.c
4486
ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
sys/dev/ic/aic7xxx.c
808
ahc_outb(ahc, SXFRCTL1,
sys/dev/ic/aic7xxx.c
809
ahc_inb(ahc, SXFRCTL1) | BITBUCKET);
sys/dev/ic/aic7xxx.c
817
ahc_outb(ahc, SXFRCTL1,
sys/dev/ic/aic7xxx.c
818
ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
sys/dev/ic/aic7xxx_seeprom.c
535
ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
sys/dev/ic/aic7xxx_seeprom.c
572
ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
sys/dev/pci/ahc_pci.c
870
sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN;
sys/dev/pci/ahd_pci.c
848
sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN;
sys/dev/pci/ahd_pci.c
855
ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
sys/dev/pci/ahd_pci.c
856
ahd_outb(ahd, SXFRCTL1, sxfrctl1);