Home
last modified time | relevance | path

Searched refs:SXFRCTL1 (Results 1 – 25 of 50) sorted by relevance

12

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Daic6360.c337 bus_space_write_1(iot, ioh, SXFRCTL1, 0); in aic_reset()
711 bus_space_write_1(iot, ioh, SXFRCTL1, STIMO_256ms | ENSTIMER); in aic_select()
1516 bus_space_write_1(iot, ioh, SXFRCTL1, BITBUCKET); in aic_dataout_pio()
1522 bus_space_write_1(iot, ioh, SXFRCTL1, 0); in aic_dataout_pio()
1666 bus_space_write_1(iot, ioh, SXFRCTL1, BITBUCKET); in aic_datain_pio()
1672 bus_space_write_1(iot, ioh, SXFRCTL1, 0); in aic_datain_pio()
1847 bus_space_write_1(iot, ioh, SXFRCTL1, 0); in aicintr()
1871 bus_space_write_1(iot, ioh, SXFRCTL1, 0); in aicintr()
2178 bus_space_read_1(iot, ioh, SXFRCTL1), in aic_dump6360()
H A Daic6360reg.h60 #define SXFRCTL1 0x02 /* SCSI transfer control 1 */ macro
H A Daic7xxx_seeprom.c539 ahc_outb(ahc, SXFRCTL1, *sxfrctl1); in configure_termination()
576 ahc_outb(ahc, SXFRCTL1, *sxfrctl1); in configure_termination()
H A Daic7xxx.c283 ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET); in ahc_restart()
781 ahc_outb(ahc, SXFRCTL1, in ahc_handle_seqint()
782 ahc_inb(ahc, SXFRCTL1) | BITBUCKET); in ahc_handle_seqint()
790 ahc_outb(ahc, SXFRCTL1, in ahc_handle_seqint()
791 ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET); in ahc_handle_seqint()
4029 sxfrctl1_b = ahc_inb(ahc, SXFRCTL1); in ahc_reset()
4032 sxfrctl1_a = ahc_inb(ahc, SXFRCTL1); in ahc_reset()
4089 ahc_outb(ahc, SXFRCTL1, sxfrctl1_b); in ahc_reset()
4092 ahc_outb(ahc, SXFRCTL1, sxfrctl1_a); in ahc_reset()
4604 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL)) in ahc_init()
[all …]
H A Daic79xx.c340 ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET); in ahd_restart()
5266 sxfrctl1 = ahd_inb(ahd, SXFRCTL1); in ahd_reset()
5335 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN); in ahd_reset()
5336 ahd_outb(ahd, SXFRCTL1, sxfrctl1); in ahd_reset()
6244 ahd_outb(ahd, SXFRCTL1, sxfrctl1|ahd->seltime|ENSTIMER|ACTNEGEN); in ahd_chip_init()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c695 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN; in ahd_configure_termination()
702 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN); in ahd_configure_termination()
703 ahd_outb(ahd, SXFRCTL1, sxfrctl1); in ahd_configure_termination()
H A Daic7xxx_core.c819 ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET); in ahc_restart()
1338 ahc_outb(ahc, SXFRCTL1, in ahc_handle_seqint()
1339 ahc_inb(ahc, SXFRCTL1) | BITBUCKET); in ahc_handle_seqint()
1347 ahc_outb(ahc, SXFRCTL1, in ahc_handle_seqint()
1348 ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET); in ahc_handle_seqint()
4572 sxfrctl1_b = ahc_inb(ahc, SXFRCTL1); in ahc_reset()
4575 sxfrctl1_a = ahc_inb(ahc, SXFRCTL1); in ahc_reset()
4631 ahc_outb(ahc, SXFRCTL1, sxfrctl1_b); in ahc_reset()
4634 ahc_outb(ahc, SXFRCTL1, sxfrctl1_a); in ahc_reset()
5061 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL)) in ahc_chip_init()
[all …]
H A Daic7xxx_pci.c792 sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN; in ahc_pci_config()
1700 ahc_outb(ahc, SXFRCTL1, *sxfrctl1); in configure_termination()
1737 ahc_outb(ahc, SXFRCTL1, *sxfrctl1); in configure_termination()
H A Daic7xxx_reg.h_shipped204 #define SXFRCTL1 0x02
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c695 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN; in ahd_configure_termination()
702 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN); in ahd_configure_termination()
703 ahd_outb(ahd, SXFRCTL1, sxfrctl1); in ahd_configure_termination()
H A Daic7xxx_core.c819 ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET); in ahc_restart()
1338 ahc_outb(ahc, SXFRCTL1, in ahc_handle_seqint()
1339 ahc_inb(ahc, SXFRCTL1) | BITBUCKET); in ahc_handle_seqint()
1347 ahc_outb(ahc, SXFRCTL1, in ahc_handle_seqint()
1348 ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET); in ahc_handle_seqint()
4572 sxfrctl1_b = ahc_inb(ahc, SXFRCTL1); in ahc_reset()
4575 sxfrctl1_a = ahc_inb(ahc, SXFRCTL1); in ahc_reset()
4631 ahc_outb(ahc, SXFRCTL1, sxfrctl1_b); in ahc_reset()
4634 ahc_outb(ahc, SXFRCTL1, sxfrctl1_a); in ahc_reset()
5061 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL)) in ahc_chip_init()
[all …]
H A Daic7xxx_pci.c792 sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN; in ahc_pci_config()
1700 ahc_outb(ahc, SXFRCTL1, *sxfrctl1); in configure_termination()
1737 ahc_outb(ahc, SXFRCTL1, *sxfrctl1); in configure_termination()
H A Daic7xxx_reg.h_shipped204 #define SXFRCTL1 0x02
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c695 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN; in ahd_configure_termination()
702 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN); in ahd_configure_termination()
703 ahd_outb(ahd, SXFRCTL1, sxfrctl1); in ahd_configure_termination()
H A Daic7xxx_core.c819 ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET); in ahc_restart()
1338 ahc_outb(ahc, SXFRCTL1, in ahc_handle_seqint()
1339 ahc_inb(ahc, SXFRCTL1) | BITBUCKET); in ahc_handle_seqint()
1347 ahc_outb(ahc, SXFRCTL1, in ahc_handle_seqint()
1348 ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET); in ahc_handle_seqint()
4572 sxfrctl1_b = ahc_inb(ahc, SXFRCTL1); in ahc_reset()
4575 sxfrctl1_a = ahc_inb(ahc, SXFRCTL1); in ahc_reset()
4631 ahc_outb(ahc, SXFRCTL1, sxfrctl1_b); in ahc_reset()
4634 ahc_outb(ahc, SXFRCTL1, sxfrctl1_a); in ahc_reset()
5061 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL)) in ahc_chip_init()
[all …]
H A Daic7xxx_pci.c792 sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN; in ahc_pci_config()
1700 ahc_outb(ahc, SXFRCTL1, *sxfrctl1); in configure_termination()
1737 ahc_outb(ahc, SXFRCTL1, *sxfrctl1); in configure_termination()
H A Daic7xxx_reg.h_shipped204 #define SXFRCTL1 0x02
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/
H A Daha152x.h18 #define SXFRCTL1 (HOSTIOPORT0+0x02) /* SCSI transfer control 1 */ macro
H A Daha152x.c1183 SETPORT(SXFRCTL1, 0); in reset_ports()
1485 SETPORT(SXFRCTL1, (PARITY ? ENSPCHK : 0 ) | ENSTIMER); in busfree_run()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/
H A Daha152x.h18 #define SXFRCTL1 (HOSTIOPORT0+0x02) /* SCSI transfer control 1 */ macro
H A Daha152x.c1183 SETPORT(SXFRCTL1, 0); in reset_ports()
1485 SETPORT(SXFRCTL1, (PARITY ? ENSPCHK : 0 ) | ENSTIMER); in busfree_run()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/
H A Daha152x.h18 #define SXFRCTL1 (HOSTIOPORT0+0x02) /* SCSI transfer control 1 */ macro
H A Daha152x.c1183 SETPORT(SXFRCTL1, 0); in reset_ports()
1485 SETPORT(SXFRCTL1, (PARITY ? ENSPCHK : 0 ) | ENSTIMER); in busfree_run()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dahd_pci.c874 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN; in ahd_configure_termination()
880 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN); in ahd_configure_termination()
881 ahd_outb(ahd, SXFRCTL1, sxfrctl1); in ahd_configure_termination()
H A Dahc_pci.c926 sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN; in ahc_pci_attach()

12