Searched refs:SXFRCTL1 (Results 1 – 16 of 16) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic79xx_pci.c | 704 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN; in ahd_configure_termination() 710 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN); in ahd_configure_termination() 711 ahd_outb(ahd, SXFRCTL1, sxfrctl1); in ahd_configure_termination()
|
D | aic7xxx_core.c | 260 ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET); in ahc_restart() 764 ahc_outb(ahc, SXFRCTL1, in ahc_handle_seqint() 765 ahc_inb(ahc, SXFRCTL1) | BITBUCKET); in ahc_handle_seqint() 773 ahc_outb(ahc, SXFRCTL1, in ahc_handle_seqint() 774 ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET); in ahc_handle_seqint() 4100 sxfrctl1_b = ahc_inb(ahc, SXFRCTL1); in ahc_reset() 4103 sxfrctl1_a = ahc_inb(ahc, SXFRCTL1); in ahc_reset() 4159 ahc_outb(ahc, SXFRCTL1, sxfrctl1_b); in ahc_reset() 4162 ahc_outb(ahc, SXFRCTL1, sxfrctl1_a); in ahc_reset() 4595 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL)) in ahc_chip_init() [all …]
|
D | aic7xxx_pci.c | 872 sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN; in ahc_pci_config() 1775 ahc_outb(ahc, SXFRCTL1, *sxfrctl1); in configure_termination() 1812 ahc_outb(ahc, SXFRCTL1, *sxfrctl1); in configure_termination()
|
D | aic79xx_core.c | 312 ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET); in ahd_restart() 5050 sxfrctl1 = ahd_inb(ahd, SXFRCTL1); in ahd_reset() 5117 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN); in ahd_reset() 5118 ahd_outb(ahd, SXFRCTL1, sxfrctl1); in ahd_reset() 6090 ahd_outb(ahd, SXFRCTL1, sxfrctl1|ahd->seltime|ENSTIMER|ACTNEGEN); in ahd_chip_init()
|
D | aic7xxx_reg.h | 1079 #define SXFRCTL1 0x02 macro
|
D | aic79xx.seq | 1418 or SXFRCTL1,BITBUCKET; 1421 and SXFRCTL1, ~BITBUCKET;
|
D | aic7xxx.seq | 893 or SXFRCTL1,BITBUCKET; 899 and SXFRCTL1, ~BITBUCKET;
|
D | aic7xxx.reg | 90 register SXFRCTL1 {
|
D | aic79xx_reg.h | 2630 #define SXFRCTL1 0x3d macro
|
D | aic79xx.reg | 1562 register SXFRCTL1 {
|
/linux-2.4.37.9/drivers/scsi/ |
D | aha152x.h | 60 #define SXFRCTL1 (HOSTIOPORT0+0x02) /* SCSI transfer control 1 */ macro
|
D | aic7xxx_old.c | 7906 unsigned char sxfrctl1 = aic_inb(p, SXFRCTL1); in configure_termination() 8174 aic_outb(p, sxfrctl1, SXFRCTL1); in configure_termination() 8463 term = (aic_inb(p, SXFRCTL1) & STPWEN); in aic7xxx_register() 8471 ENSTIMER | ACTNEGEN, SXFRCTL1); in aic7xxx_register() 8489 term = (aic_inb(p, SXFRCTL1) & STPWEN); in aic7xxx_register() 8495 ENSTIMER | ACTNEGEN, SXFRCTL1); in aic7xxx_register() 9888 sxfrctl1 = aic_inb(temp_p, SXFRCTL1); in aic7xxx_detect() 9905 aic_outb(temp_p, sxfrctl1, SXFRCTL1); in aic7xxx_detect()
|
D | aha152x.c | 1796 SETPORT(SXFRCTL1, 0); 2145 SETPORT(SXFRCTL1, (PARITY ? ENSPCHK : 0 ) | ENSTIMER);
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 24 #define SXFRCTL1 0x02 macro
|
D | aic7xxx.seq | 61 and SXFRCTL1, ~BITBUCKET; 401 or SXFRCTL1,BITBUCKET; 429 test SXFRCTL1, BITBUCKET jnz data_phase_overrun; 437 test SXFRCTL1,BITBUCKET jnz data_phase_overrun; 584 and SXFRCTL1, ~BITBUCKET;
|
D | aic7xxx.reg | 84 register SXFRCTL1 {
|