Home
last modified time | relevance | path

Searched refs:AHC_USEDEFAULTS (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7770.c201 ahc->flags |= AHC_USEDEFAULTS; in aic7770_config()
338 ahc->flags |= AHC_USEDEFAULTS; in aha2840_load_seeprom()
Daic7xxx_pci.c963 if (ahc->flags & AHC_USEDEFAULTS) { in ahc_pci_config()
974 ahc->flags &= ~AHC_USEDEFAULTS; in ahc_pci_config()
1434 ahc->flags |= AHC_USEDEFAULTS; in check_extport()
Daic7xxx.h325 AHC_USEDEFAULTS = 0x004, /* enumerator
Daic7xxx_core.c4804 if ((ahc->flags & AHC_USEDEFAULTS) != 0) in ahc_init()
4955 if ((ahc->flags & AHC_USEDEFAULTS) != 0) { in ahc_init()
4993 if (ahc->flags & AHC_USEDEFAULTS) { in ahc_init()
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_proc.c241 ((p->flags & AHC_USEDEFAULTS) ? "SEEPROM not found, using defaults." : in aic7xxx_proc_info()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c735 AHC_USEDEFAULTS = 0x00000004, enumerator
7243 *flags |= AHC_USEDEFAULTS; in aic7xxx_probe()
9024 p->flags |= AHC_USEDEFAULTS; in aic7xxx_load_seeprom()
10057 temp_p->flags &= ~(AHC_BIOS_ENABLED|AHC_USEDEFAULTS); in aic7xxx_detect()
10059 (current_p->flags & (AHC_BIOS_ENABLED|AHC_USEDEFAULTS)); in aic7xxx_detect()
10065 current_p->flags &= ~(AHC_BIOS_ENABLED|AHC_USEDEFAULTS); in aic7xxx_detect()
10067 (temp_p->flags & (AHC_BIOS_ENABLED|AHC_USEDEFAULTS)); in aic7xxx_detect()
10334 temp_p->flags &= ~AHC_USEDEFAULTS; in aic7xxx_detect()
10403 (temp_p->flags & AHC_USEDEFAULTS) ? "dis" : "en", temp_p->base, in aic7xxx_detect()