Searched refs:SXFRCTL1 (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx_pci.c | 737 sxfrctl1 = ahd_inb(ahd, SXFRCTL1) & ~STPWEN; in ahd_configure_termination() 744 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN); in ahd_configure_termination() 745 ahd_outb(ahd, SXFRCTL1, sxfrctl1); in ahd_configure_termination()
|
H A D | aic7xxx_pci.c | 867 sxfrctl1 = ahc_inb(ahc, SXFRCTL1) & STPWEN; in ahc_pci_config() 1781 ahc_outb(ahc, SXFRCTL1, *sxfrctl1); in configure_termination() 1818 ahc_outb(ahc, SXFRCTL1, *sxfrctl1); in configure_termination()
|
H A D | aic7xxx_reg.h | 1078 #define SXFRCTL1 0x02 macro
|
H A D | aic79xx.c | 315 ahd_outb(ahd, SXFRCTL1, ahd_inb(ahd, SXFRCTL1) & ~BITBUCKET); in ahd_restart() 5445 sxfrctl1 = ahd_inb(ahd, SXFRCTL1); in ahd_reset() 5513 ahd_outb(ahd, SXFRCTL1, sxfrctl1|STPWEN); in ahd_reset() 5514 ahd_outb(ahd, SXFRCTL1, sxfrctl1); in ahd_reset() 6509 ahd_outb(ahd, SXFRCTL1, sxfrctl1|ahd->seltime|ENSTIMER|ACTNEGEN); in ahd_chip_init()
|
H A D | aic7xxx.seq | 896 or SXFRCTL1,BITBUCKET; 902 and SXFRCTL1, ~BITBUCKET;
|
H A D | aic7xxx.reg | 88 register SXFRCTL1 {
|
H A D | aic79xx.seq | 1662 or SXFRCTL1,BITBUCKET; 1665 and SXFRCTL1, ~BITBUCKET;
|
H A D | aic79xx_reg.h | 2664 #define SXFRCTL1 0x3d macro
|
H A D | aic79xx.reg | 1553 register SXFRCTL1 {
|