Home
last modified time | relevance | path

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

/netbsd/sys/dev/microcode/aic7xxx/
H A Daic7xxx.reg550 * register. SELWIDE allows for the coexistence of 8bit and 16bit devices
562 field SELWIDE 0x02
H A Daic7xxx_reg.h1294 #define SELWIDE 0x02 macro
H A Daic79xx.reg1789 * Controls Bus type and channel selection. SELWIDE allows for the
1800 field SELWIDE 0x02
H A Daic79xx_reg.h2710 #define SELWIDE 0x02 macro
/netbsd/sys/dev/ic/
H A Daic7xxx.c4046 sblkctl = ahc_inb(ahc, SBLKCTL) & (SELBUSB|SELWIDE); in ahc_reset()
H A Daic79xx.c5340 if ((ahd_inb(ahd, SBLKCTL) & SELWIDE) != 0) in ahd_reset()