Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_proc.c209 else if (p->features & AHC_ULTRA) in aic7xxx_proc_info()
270 if (p->features & (AHC_ULTRA | AHC_ULTRA2)) in aic7xxx_proc_info()
Daic7xxx_seq.c658 return ((p->features & AHC_ULTRA) != 0); in aic7xxx_patch8_func()
Daic7xxx.seq199 if ((p->features & AHC_ULTRA) != 0) {
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx.h216 AHC_ULTRA = 0x00001, /* Supports 20MHz Transfers */ enumerator
244 AHC_AIC7850_FE = AHC_SPIOCAP|AHC_AUTOPAUSE|AHC_TARGETMODE|AHC_ULTRA,
247 AHC_AIC7880_FE = AHC_AIC7870_FE|AHC_ULTRA,
Daic7xxx_seq.h992 return ((ahc->features & AHC_ULTRA) != 0); in ahc_patch11_func()
Daic7xxx_pci.c939 if ((ahc->features & AHC_ULTRA) != 0) { in ahc_pci_config()
945 ahc->features &= ~AHC_ULTRA; in ahc_pci_config()
1565 if (ahc->features & AHC_ULTRA in ahc_parse_pci_eeprom()
Daic7xxx_core.c1648 } else if ((ahc->features & AHC_ULTRA) != 0) { in ahc_devlimited_syncrate()
4548 if ((ahc->features & AHC_ULTRA) != 0) { in ahc_controller_info()
4961 if ((ahc->features & AHC_ULTRA) != 0) in ahc_init()
4966 if ((ahc->features & (AHC_ULTRA|AHC_ULTRA2)) != 0) in ahc_init()
Daic7xxx.seq396 if ((ahc->features & AHC_ULTRA) != 0) {
705 if ((ahc->features & AHC_ULTRA) != 0) {
Daic7xxx_osm.c4604 else if ((ahc->features & AHC_ULTRA) != 0)
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c793 AHC_ULTRA = 0x0001, enumerator
806 AHC_AIC7860_FE = AHC_ULTRA|AHC_SPIOCAP,
808 AHC_AIC7880_FE = AHC_ULTRA,
811 AHC_AIC7895_FE = AHC_MORE_SRAM|AHC_CMD_CHAN|AHC_ULTRA,
5073 else if (p->features & AHC_ULTRA) in aic7xxx_handle_seqint()
5470 else if (p->features & AHC_ULTRA) in aic7xxx_parse_msg()
9117 if( ((p->features & AHC_ULTRA) && in aic7xxx_load_seeprom()
9162 if (p->features & AHC_ULTRA) in aic7xxx_load_seeprom()
9181 else if (p->features & AHC_ULTRA) in aic7xxx_load_seeprom()
9296 if (p->features & AHC_ULTRA) in aic7xxx_load_seeprom()
[all …]