Home
last modified time | relevance | path

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

/NextBSD/sys/dev/aic7xxx/
HDaic7xxx.reg550 * register. SELWIDE allows for the coexistence of 8bit and 16bit devices
562 field SELWIDE 0x02
HDaic7xxx_reg.h1289 #define SELWIDE 0x02 macro
HDaic79xx.reg1780 * Controls Bus type and channel selection. SELWIDE allows for the
1791 field SELWIDE 0x02
HDaic79xx_reg.h2747 #define SELWIDE 0x02 macro
HDaic7xxx.c4194 sblkctl = ahc_inb(ahc, SBLKCTL) & (SELBUSB|SELWIDE); in ahc_reset()
HDaic79xx.c5586 if ((ahd_inb(ahd, SBLKCTL) & SELWIDE) != 0) in ahd_reset()