HomeSort by: relevance | last modified time | path
    Searched refs:SBLKCTL (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/dev/ic/
aic77xx.c 87 u_int8_t sblkctl; local in function:ahc_aic77xx_attach
95 sblkctl_orig = ahc_inb(ahc, SBLKCTL);
96 sblkctl = sblkctl_orig ^ AUTOFLUSHDIS;
97 ahc_outb(ahc, SBLKCTL, sblkctl);
98 sblkctl = ahc_inb(ahc, SBLKCTL);
99 if (sblkctl != sblkctl_orig) {
105 sblkctl &= ~AUTOFLUSHDIS;
106 ahc_outb(ahc, SBLKCTL, sblkctl)
    [all...]
aic7xxx.c 980 && ((ahc_inb(ahc, SBLKCTL) & SELBUSB) != 0))
994 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
1020 now_lvd = ahc_inb(ahc, SBLKCTL) & ENAB40;
1040 ahc_outb(ahc, SBLKCTL, ahc_inb(ahc, SBLKCTL) ^ SELBUSB);
1643 if ((ahc_inb(ahc, SBLKCTL) & ENAB40) != 0
3993 u_int sblkctl; local in function:ahc_reset
4019 sblkctl1 = ahc_inb(ahc, SBLKCTL);
4020 ahc_outb(ahc, SBLKCTL, sblkctl1 | SELBUSB)
5913 u_int sblkctl; local in function:ahc_reset_channel
7021 u_int sblkctl; local in function:ahc_handle_en_lun
    [all...]
aic79xx.c 1541 now_lvd = ahd_inb(ahd, SBLKCTL) & ENAB40;
2771 if ((ahd_inb(ahd, SBLKCTL) & ENAB40) != 0
5340 if ((ahd_inb(ahd, SBLKCTL) & SELWIDE) != 0)
5579 u_int sblkctl; local in function:ahd_iocell_first_selection
5585 sblkctl = ahd_inb(ahd, SBLKCTL);
5591 if ((sblkctl & ENAB40) != 0) {
6215 ahd_outb(ahd, SBLKCTL, ahd_inb(ahd, SBLKCTL) & ~(DIAGLEDEN|DIAGLEDON));
6252 (ahd_inb(ahd, SBLKCTL) & (ENAB40|ENAB20)) == 0 && wait
9390 u_int sblkctl; local in function:ahd_handle_en_lun
    [all...]
  /src/sys/dev/cardbus/
ahc_cardbus.c 117 u_char sblkctl; local in function:ahc_cardbus_attach
208 sblkctl = ahc_inb(ahc, SBLKCTL);
209 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));
  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 83 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;
370 and SINDEX,~SELBUSB,SBLKCTL;/* Clear channel select bit */
373 mov SBLKCTL,SINDEX; /* select channel */
aic79xx.seq 97 and SBLKCTL, ~DIAGLEDEN|DIAGLEDON;
99 or SBLKCTL, DIAGLEDEN|DIAGLEDON;
aic7xxx.reg 553 register SBLKCTL {
aic7xxx_reg.h 243 ahc_print_register(NULL, 0, "SBLKCTL", 0x1f, regvalue, cur_col, wrap)
1287 #define SBLKCTL 0x1f
aic79xx.reg 1792 register SBLKCTL {
aic79xx_reg.h 530 ahd_print_register(NULL, 0, "SBLKCTL", 0x4a, regvalue, cur_col, wrap)
2705 #define SBLKCTL 0x4a
  /src/sys/dev/pci/
ahc_pci.c 765 u_int sblkctl; local in function:ahc_pci_attach
1024 sblkctl = ahc_inb(ahc, SBLKCTL);
1025 ahc_outb(ahc, SBLKCTL, (sblkctl & ~(DIAGLEDEN|DIAGLEDON)));

Completed in 31 milliseconds