Home
last modified time | relevance | path

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

/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
/drivers/scsi/aic7xxx/
Daic7xxx_reg_print.c_shipped202 { "SELWIDE", 0x02, 0x02 },
Daic7xxx.reg587 * register. SELWIDE allows for the coexistence of 8bit and 16bit devices
599 field SELWIDE 0x02
Daic7xxx_reg.h_shipped412 #define SELWIDE 0x02
Daic79xx.reg1878 * Controls Bus type and channel selection. SELWIDE allows for the
1889 field SELWIDE 0x02
Daic79xx_reg.h_shipped1604 #define SELWIDE 0x02
Daic7xxx_core.c4639 sblkctl = ahc_inb(ahc, SBLKCTL) & (SELBUSB|SELWIDE); in ahc_reset()
Daic79xx_core.c6341 if ((ahd_inb(ahd, SBLKCTL) & SELWIDE) != 0) in ahd_reset()
/drivers/scsi/
Daic7xxx_old.c8364 sblkctl = aic_inb(p, SBLKCTL) & (SELBUSB|SELWIDE); in aic7xxx_chip_reset()