Home
last modified time | relevance | path

Searched refs:ENAB40 (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sys/dev/microcode/aic7xxx/
Daic7xxx_reg.h1285 #define ENAB40 0x08 macro
Daic7xxx.reg561 field ENAB40 0x08 /* LVD transceiver active */
Daic79xx_reg.h2744 #define ENAB40 0x08 macro
Daic79xx.reg1790 field ENAB40 0x08 /* LVD transceiver active */
/openbsd/src/sys/dev/ic/
Daic7xxx.c1049 now_lvd = ahc_inb(ahc, SBLKCTL) & ENAB40; in ahc_handle_scsiint()
1683 if ((ahc_inb(ahc, SBLKCTL) & ENAB40) != 0 in ahc_devlimited_syncrate()
4622 (ahc_inb(ahc, SBLKCTL) & (ENAB40|ENAB20)) == 0 && wait; in ahc_chip_init()
Daic79xx.c1576 now_lvd = ahd_inb(ahd, SBLKCTL) & ENAB40; in ahd_handle_scsiint()
2867 if ((ahd_inb(ahd, SBLKCTL) & ENAB40) != 0 in ahd_devlimited_syncrate()
5764 if ((sblkctl & ENAB40) != 0) { in ahd_iocell_first_selection()
6254 (ahd_inb(ahd, SBLKCTL) & (ENAB40|ENAB20)) == 0 && wait; in ahd_chip_init()