Symbol: SXFRCTL1
sys/dev/ic/aic6360.c
1519
bus_space_write_1(iot, ioh, SXFRCTL1, BITBUCKET);
sys/dev/ic/aic6360.c
1525
bus_space_write_1(iot, ioh, SXFRCTL1, 0);
sys/dev/ic/aic6360.c
1669
bus_space_write_1(iot, ioh, SXFRCTL1, BITBUCKET);
sys/dev/ic/aic6360.c
1675
bus_space_write_1(iot, ioh, SXFRCTL1, 0);
sys/dev/ic/aic6360.c
1850
bus_space_write_1(iot, ioh, SXFRCTL1, 0);
sys/dev/ic/aic6360.c
1874
bus_space_write_1(iot, ioh, SXFRCTL1, 0);
sys/dev/ic/aic6360.c
2180
bus_space_read_1(iot, ioh, SXFRCTL1),
sys/dev/ic/aic6360.c
340
bus_space_write_1(iot, ioh, SXFRCTL1, 0);
sys/dev/ic/aic6360.c
714
bus_space_write_1(iot, ioh, SXFRCTL1, STIMO_256ms | ENSTIMER);
sys/dev/ic/aic79xx.c
340
ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET);
sys/dev/ic/aic79xx.c
5266
sxfrctl1 = ahd_inb(ahd, SXFRCTL1);
sys/dev/ic/aic79xx.c
5335
ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
sys/dev/ic/aic79xx.c
5336
ahd_outb(ahd, SXFRCTL1, sxfrctl1);
sys/dev/ic/aic79xx.c
6241
ahd_outb(ahd, SXFRCTL1, sxfrctl1|ahd->seltime|ENSTIMER|ACTNEGEN);
sys/dev/ic/aic7xxx.c
283
ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
sys/dev/ic/aic7xxx.c
4021
sxfrctl1_b = ahc_inb(ahc, SXFRCTL1);
sys/dev/ic/aic7xxx.c
4024
sxfrctl1_a = ahc_inb(ahc, SXFRCTL1);
sys/dev/ic/aic7xxx.c
4081
ahc_outb(ahc, SXFRCTL1, sxfrctl1_b);
sys/dev/ic/aic7xxx.c
4084
ahc_outb(ahc, SXFRCTL1, sxfrctl1_a);
sys/dev/ic/aic7xxx.c
4594
ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
sys/dev/ic/aic7xxx.c
4615
ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL))
sys/dev/ic/aic7xxx.c
4972
ahc->suspend_state.channel[1].sxfrctl1 = ahc_inb(ahc, SXFRCTL1);
sys/dev/ic/aic7xxx.c
4981
ahc->suspend_state.channel[0].sxfrctl1 = ahc_inb(ahc, SXFRCTL1);
sys/dev/ic/aic7xxx.c
5050
ahc_outb(ahc, SXFRCTL1, ahc->suspend_state.channel[1].sxfrctl1);
sys/dev/ic/aic7xxx.c
5059
ahc_outb(ahc, SXFRCTL1, ahc->suspend_state.channel[0].sxfrctl1);
sys/dev/ic/aic7xxx.c
781
ahc_outb(ahc, SXFRCTL1,
sys/dev/ic/aic7xxx.c
782
ahc_inb(ahc, SXFRCTL1) | BITBUCKET);
sys/dev/ic/aic7xxx.c
790
ahc_outb(ahc, SXFRCTL1,
sys/dev/ic/aic7xxx.c
791
ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET);
sys/dev/ic/aic7xxx_seeprom.c
538
ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
sys/dev/ic/aic7xxx_seeprom.c
575
ahc_outb(ahc, SXFRCTL1, *sxfrctl1);
sys/dev/pci/ahc_pci.c
919
sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN;
sys/dev/pci/ahd_pci.c
863
sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN;
sys/dev/pci/ahd_pci.c
869
ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN);
sys/dev/pci/ahd_pci.c
870
ahd_outb(ahd, SXFRCTL1, sxfrctl1);