Searched refs:have_seeprom (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7770.c130 int have_seeprom; local
136 have_seeprom = 0;
221 have_seeprom = aha2840_load_seeprom(ahc);
227 if (have_seeprom == 0) {
295 int have_seeprom; local
313 have_seeprom = ahc_read_seeprom(&sd, (uint16_t *)sc,
316 if (have_seeprom) {
321 have_seeprom = 0;
327 if (!have_seeprom) {
373 return (have_seeprom);
[all...]
H A Daic7xxx_proc.c238 int have_seeprom; local
255 have_seeprom = ahc_verify_cksum((struct seeprom_config*)buffer);
256 if (have_seeprom == 0) {
277 have_seeprom = ahc_acquire_seeprom(ahc, &sd);
291 have_seeprom = TRUE;
297 if (!have_seeprom) {
H A Daic79xx_pci.c496 int have_seeprom; local
500 have_seeprom = ahd_acquire_seeprom(ahd);
501 if (have_seeprom) {
537 have_seeprom = 0;
539 have_seeprom = ahd_verify_cksum(sc);
542 if (have_seeprom == 0)
551 if (!have_seeprom) {
583 have_seeprom = ahd_verify_cksum(sc);
584 if (have_seeprom)
590 if (have_seeprom !
[all...]
H A Daic79xx_proc.c260 int have_seeprom; local
279 have_seeprom = ahd_verify_cksum((struct seeprom_config*)buffer);
280 if (have_seeprom == 0) {
285 have_seeprom = ahd_acquire_seeprom(ahd);
286 if (!have_seeprom) {
H A Daic7xxx_pci.c1261 int have_seeprom; local
1288 have_seeprom = ahc_acquire_seeprom(ahc, &sd);
1289 if (have_seeprom) {
1299 have_seeprom = ahc_read_seeprom(&sd, (uint16_t *)sc,
1303 if (have_seeprom)
1304 have_seeprom = ahc_verify_cksum(sc);
1306 if (have_seeprom != 0 || sd.sd_chip == C56_66) {
1308 if (have_seeprom == 0)
1324 if (!have_seeprom) {
1348 have_seeprom
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c8451 int have_seeprom = 0; local
8471 have_seeprom = read_284x_seeprom(p, (struct seeprom_config *) scarray);
8475 have_seeprom = read_seeprom(p, (p->flags & (AHC_CHNLB|AHC_CHNLC)),
8477 if (!have_seeprom)
8480 have_seeprom = read_seeprom(p, (p->flags & (AHC_CHNLB|AHC_CHNLC)),
8483 have_seeprom = read_seeprom(p, (p->flags & (AHC_CHNLB|AHC_CHNLC)),
8486 if (!have_seeprom)
8489 have_seeprom = read_seeprom(p, 4*(p->flags & (AHC_CHNLB|AHC_CHNLC)),
8491 if (!have_seeprom)
8494 have_seeprom
[all...]

Completed in 207 milliseconds