Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic7770.c337 int max_targ; in aha2840_load_seeprom()
340 max_targ = (ahc->features & AHC_WIDE) != 0 ? 16 : 8; in aha2840_load_seeprom()
342 for (i = 0; i < max_targ; i++){ in aha2840_load_seeprom()
344 int max_targ; aha2840_load_seeprom() local
H A Daic7xxx_pci.c1490 int max_targ = sc->max_targets & CFMAXTARG; in ahc_parse_pci_eeprom()
1502 for (i = 0; i < max_targ; i++) { in ahc_parse_pci_eeprom()
1510 for (i = 0; i < max_targ; i++) { in ahc_parse_pci_eeprom()
1497 int max_targ = sc->max_targets & CFMAXTARG; ahc_parse_pci_eeprom() local
H A Daic79xx.c6881 int max_targ; in ahd_parse_cfgdata() local
6883 max_targ = sc->max_targets & CFMAXTARG; in ahd_parse_cfgdata()
6898 for (targ = 0; targ < max_targ; targ++) { in ahd_parse_cfgdata()