Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx_old/
Daic7xxx_proc.c101 else if (p->features & AHC_ULTRA) in aic7xxx_show_info()
162 if (p->features & (AHC_ULTRA | AHC_ULTRA2)) in aic7xxx_show_info()
Daic7xxx_seq.c658 return ((p->features & AHC_ULTRA) != 0); in aic7xxx_patch8_func()
Daic7xxx.seq199 if ((p->features & AHC_ULTRA) != 0) {
/drivers/scsi/aic7xxx/
Daic7xxx.h206 AHC_ULTRA = 0x00001, /* Supports 20MHz Transfers */ enumerator
235 AHC_AIC7850_FE = AHC_SPIOCAP|AHC_AUTOPAUSE|AHC_TARGETMODE|AHC_ULTRA,
238 AHC_AIC7880_FE = AHC_AIC7870_FE|AHC_ULTRA,
Daic7xxx_pci.c866 if ((ahc->features & AHC_ULTRA) != 0) { in ahc_pci_config()
872 ahc->features &= ~AHC_ULTRA; in ahc_pci_config()
1497 if (ahc->features & AHC_ULTRA in ahc_parse_pci_eeprom()
Daic7xxx_core.c2232 } else if ((ahc->features & AHC_ULTRA) != 0) { in ahc_devlimited_syncrate()
2289 if ((ahc->features & (AHC_DT | AHC_ULTRA2 | AHC_ULTRA)) == 0 in ahc_find_syncrate()
2362 if ((ahc->features & (AHC_DT | AHC_ULTRA2 | AHC_ULTRA)) == 0 in ahc_find_period()
5059 if ((ahc->features & AHC_ULTRA) != 0) { in ahc_controller_info()
5472 if ((ahc->features & AHC_ULTRA) != 0) in ahc_init()
5477 if ((ahc->features & (AHC_ULTRA|AHC_ULTRA2)) != 0) in ahc_init()
Daic7xxx_seq.h_shipped993 return ((ahc->features & AHC_ULTRA) != 0);
Daic7xxx.seq396 if ((ahc->features & AHC_ULTRA) != 0) {
706 if ((ahc->features & AHC_ULTRA) != 0) {
/drivers/scsi/
Daic7xxx_old.c735 AHC_ULTRA = 0x0001, enumerator
748 AHC_AIC7860_FE = AHC_ULTRA|AHC_SPIOCAP,
750 AHC_AIC7880_FE = AHC_ULTRA,
753 AHC_AIC7895_FE = AHC_MORE_SRAM|AHC_CMD_CHAN|AHC_ULTRA,
4559 else if (p->features & AHC_ULTRA) in aic7xxx_handle_seqint()
4956 else if (p->features & AHC_ULTRA) in aic7xxx_parse_msg()
8653 if( ((p->features & AHC_ULTRA) && in aic7xxx_load_seeprom()
8698 if (p->features & AHC_ULTRA) in aic7xxx_load_seeprom()
8717 else if (p->features & AHC_ULTRA) in aic7xxx_load_seeprom()
8807 if (p->features & AHC_ULTRA) in aic7xxx_load_seeprom()
[all …]