Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/aic7xxx/
Daic7xxx_pci.c1423 ahc->flags |= AHC_NEWEEPROM_FMT; in ahc_parse_pci_eeprom()
1436 if ((ahc->flags & AHC_NEWEEPROM_FMT) != 0) { in ahc_parse_pci_eeprom()
1491 && (ahc->flags & AHC_NEWEEPROM_FMT) == 0) { in ahc_parse_pci_eeprom()
2250 ahc->flags |= AHC_NEWEEPROM_FMT; in ahc_aic7890_setup()
2265 ahc->flags |= AHC_NEWEEPROM_FMT; in ahc_aic7892_setup()
2322 ahc->flags |= AHC_NEWEEPROM_FMT; in ahc_aic7895_setup()
2346 ahc->flags |= AHC_NEWEEPROM_FMT; in ahc_aic7896_setup()
2361 ahc->flags |= AHC_NEWEEPROM_FMT; in ahc_aic7899_setup()
Daic7xxx.h339 AHC_NEWEEPROM_FMT = 0x4000, enumerator
Daic7xxx_osm.c589 if (ahc->flags & AHC_NEWEEPROM_FMT) { in ahc_linux_target_alloc()