Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h210 #define SELWIDE 0x02 macro
Daic7xxx.reg452 * register. SELWIDE allows for the coexistence of 8bit and 16bit devices
464 bit SELWIDE 0x02
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx.reg550 * register. SELWIDE allows for the coexistence of 8bit and 16bit devices
562 field SELWIDE 0x02
Daic7xxx_reg.h1287 #define SELWIDE 0x02 macro
Daic79xx.reg1787 * Controls Bus type and channel selection. SELWIDE allows for the
1798 field SELWIDE 0x02
Daic79xx_reg.h2701 #define SELWIDE 0x02 macro
Daic7xxx_core.c4125 sblkctl = ahc_inb(ahc, SBLKCTL) & (SELBUSB|SELWIDE); in ahc_reset()
Daic79xx_core.c5122 if ((ahd_inb(ahd, SBLKCTL) & SELWIDE) != 0) in ahd_reset()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c8813 sblkctl = aic_inb(p, SBLKCTL) & (SELBUSB|SELWIDE); in aic7xxx_chip_reset()