Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx_pci.c705 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN; in ahd_configure_termination()
712 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN); in ahd_configure_termination()
713 ahd_outb(ahd, SXFRCTL1, sxfrctl1); in ahd_configure_termination()
Daic7xxx_core.c826 ahc_outb(ahc, SXFRCTL1, ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET); in ahc_restart()
1346 ahc_outb(ahc, SXFRCTL1, in ahc_handle_seqint()
1347 ahc_inb(ahc, SXFRCTL1) | BITBUCKET); in ahc_handle_seqint()
1355 ahc_outb(ahc, SXFRCTL1, in ahc_handle_seqint()
1356 ahc_inb(ahc, SXFRCTL1) & ~BITBUCKET); in ahc_handle_seqint()
4613 sxfrctl1_b = ahc_inb(ahc, SXFRCTL1); in ahc_reset()
4616 sxfrctl1_a = ahc_inb(ahc, SXFRCTL1); in ahc_reset()
4672 ahc_outb(ahc, SXFRCTL1, sxfrctl1_b); in ahc_reset()
4675 ahc_outb(ahc, SXFRCTL1, sxfrctl1_a); in ahc_reset()
5105 ahc_outb(ahc, SXFRCTL1, (scsi_conf & (ENSPCHK|STIMESEL)) in ahc_chip_init()
[all …]
Daic7xxx_pci.c799 sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN; in ahc_pci_config()
1707 ahc_outb(ahc, SXFRCTL1, *sxfrctl1); in configure_termination()
1744 ahc_outb(ahc, SXFRCTL1, *sxfrctl1); in configure_termination()
Daic7xxx_reg.h_shipped204 #define SXFRCTL1 0x02
Daic79xx_core.c1138 ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET); in ahd_restart()
6269 sxfrctl1 = ahd_inb(ahd, SXFRCTL1); in ahd_reset()
6336 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN); in ahd_reset()
6337 ahd_outb(ahd, SXFRCTL1, sxfrctl1); in ahd_reset()
7330 ahd_outb(ahd, SXFRCTL1, sxfrctl1|ahd->seltime|ENSTIMER|ACTNEGEN); in ahd_chip_init()
Daic7xxx.seq894 or SXFRCTL1,BITBUCKET;
900 and SXFRCTL1, ~BITBUCKET;
Daic7xxx.reg101 register SXFRCTL1 {
Daic79xx.seq1664 or SXFRCTL1,BITBUCKET;
1667 and SXFRCTL1, ~BITBUCKET;
Daic79xx_reg.h_shipped1524 #define SXFRCTL1 0x3d
Daic79xx.reg1643 register SXFRCTL1 {
/linux-4.4.14/drivers/scsi/
Daha152x.h17 #define SXFRCTL1 (HOSTIOPORT0+0x02) /* SCSI transfer control 1 */ macro
Daha152x.c1189 SETPORT(SXFRCTL1, 0); in reset_ports()
1500 SETPORT(SXFRCTL1, (PARITY ? ENSPCHK : 0 ) | ENSTIMER); in busfree_run()