Home
last modified time | relevance | path

Searched refs:AHC_VL (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7770.c174 switch (ahc->chip & (AHC_EISA|AHC_VL)) { in aic7770_config()
209 case AHC_VL: in aic7770_config()
360 ahc->chip |= AHC_VL; in ahc_aic7770_VL_setup()
H A Daic7xxx_proc.c234 if ((ahc->chip & AHC_VL) != 0) { in ahc_proc_write_seeprom()
273 if ((ahc->chip & AHC_VL) == 0) in ahc_proc_write_seeprom()
H A Daic7xxx.h195 AHC_VL = 0x0100, /* Bus type VL */ enumerator