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

  /src/sys/dev/microcode/aic7xxx/
aic7xxx.reg 560 field ENAB40 0x08 /* LVD transceiver active */
aic7xxx_reg.h 1291 #define ENAB40 0x08
aic79xx.reg 1798 field ENAB40 0x08 /* LVD transceiver active */
aic79xx_reg.h 2708 #define ENAB40 0x08
  /src/sys/dev/ic/
aic7xxx.c 1020 now_lvd = ahc_inb(ahc, SBLKCTL) & ENAB40;
1643 if ((ahc_inb(ahc, SBLKCTL) & ENAB40) != 0
4881 (ahc_inb(ahc, SBLKCTL) & (ENAB40|ENAB20)) == 0 && wait;
aic79xx.c 1541 now_lvd = ahd_inb(ahd, SBLKCTL) & ENAB40;
2771 if ((ahd_inb(ahd, SBLKCTL) & ENAB40) != 0
5591 if ((sblkctl & ENAB40) != 0) {
6252 (ahd_inb(ahd, SBLKCTL) & (ENAB40|ENAB20)) == 0 && wait;

Completed in 80 milliseconds