Searched refs:SXFRCTL1 (Results 1 – 12 of 12) sorted by relevance
/linux-5.19.10/drivers/scsi/aic7xxx/ |
D | aic79xx_pci.c | 695 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()
|
D | aic7xxx_core.c | 819 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 …]
|
D | aic7xxx_pci.c | 792 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()
|
D | aic7xxx_reg.h_shipped | 204 #define SXFRCTL1 0x02
|
D | aic79xx_core.c | 1130 ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET); in ahd_restart() 6214 sxfrctl1 = ahd_inb(ahd, SXFRCTL1); in ahd_reset() 6281 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN); in ahd_reset() 6282 ahd_outb(ahd, SXFRCTL1, sxfrctl1); in ahd_reset() 7237 ahd_outb(ahd, SXFRCTL1, sxfrctl1|ahd->seltime|ENSTIMER|ACTNEGEN); in ahd_chip_init()
|
D | aic7xxx.seq | 894 or SXFRCTL1,BITBUCKET; 900 and SXFRCTL1, ~BITBUCKET;
|
D | aic7xxx.reg | 101 register SXFRCTL1 {
|
D | aic79xx_reg.h_shipped | 649 #define SXFRCTL1 0x3d
|
D | aic79xx.seq | 1664 or SXFRCTL1,BITBUCKET; 1667 and SXFRCTL1, ~BITBUCKET;
|
D | aic79xx.reg | 1643 register SXFRCTL1 {
|
/linux-5.19.10/drivers/scsi/ |
D | aha152x.h | 18 #define SXFRCTL1 (HOSTIOPORT0+0x02) /* SCSI transfer control 1 */ macro
|
D | aha152x.c | 1209 SETPORT(SXFRCTL1, 0); in reset_ports() 1517 SETPORT(SXFRCTL1, (PARITY ? ENSPCHK : 0 ) | ENSTIMER); in busfree_run()
|