Searched refs:SBLKCTL (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7770.c | 229 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS); in aic7770_config() 271 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) & ~AUTOFLUSHDIS); in aic7770_config()
|
H A D | aic7xxx.seq | 81 xor SBLKCTL,SELBUSB; /* Toggle to the other bus */ 89 xor SBLKCTL,SELBUSB; /* Toggle to the other bus */ 221 test SBLKCTL, SELBUSB jz . + 2; 347 test SBLKCTL, SELBUSB jz . + 2; 371 and SINDEX,~SELBUSB,SBLKCTL;/* Clear channel select bit */ 374 mov SBLKCTL,SINDEX; /* select channel */
|
H A D | aic7xxx_pci.c | 947 sblkctl = ahc_inb(ahc, SBLKCTL); in ahc_pci_config() 948 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON))); in ahc_pci_config()
|
H A D | aic79xx.c | 1560 now_lvd = ahd_inb(ahd, SBLKCTL) & ENAB40; in ahd_handle_scsiint() 2864 if ((ahd_inb(ahd, SBLKCTL) & ENAB40) != 0 in ahd_devlimited_syncrate() 5518 if ((ahd_inb(ahd, SBLKCTL) & SELWIDE) != 0) in ahd_reset() 5821 sblkctl = ahd_inb(ahd, SBLKCTL); in ahd_iocell_first_selection() 6483 ahd_outb(ahd, SBLKCTL, ahd_inb(ahd, SBLKCTL) & ~(DIAGLEDEN|DIAGLEDON)); in ahd_chip_init() 6520 (ahd_inb(ahd, SBLKCTL) & (ENAB40|ENAB20)) == 0 && wait; in ahd_chip_init() 9984 sblkctl = ahd_inb(ahd, SBLKCTL); in ahd_handle_en_lun() 9993 ahd_outb(ahd, SBLKCTL, in ahd_handle_en_lun() 9999 ahd_outb(ahd, SBLKCTL, sblkctl); in ahd_handle_en_lun()
|
H A D | aic79xx.seq | 132 and SBLKCTL, ~DIAGLEDEN|DIAGLEDON; 134 or SBLKCTL, DIAGLEDEN|DIAGLEDON; 629 or SBLKCTL, DIAGLEDEN|DIAGLEDON; 682 or SBLKCTL, DIAGLEDEN|DIAGLEDON;
|
H A D | aic7xxx_reg.h | 1279 #define SBLKCTL 0x1f macro
|
H A D | aic7xxx.reg | 551 register SBLKCTL {
|
H A D | aic79xx_reg.h | 2739 #define SBLKCTL 0x4a macro
|
H A D | aic79xx.reg | 1781 register SBLKCTL {
|