Searched refs:have_seeprom (Results 1 – 3 of 3) sorted by relevance
130 int have_seeprom; in aic7770_config() local136 have_seeprom = 0; in aic7770_config()221 have_seeprom = aha2840_load_seeprom(ahc); in aic7770_config()227 if (have_seeprom == 0) { in aic7770_config()302 int have_seeprom; in aha2840_load_seeprom() local320 have_seeprom = ahc_read_seeprom(&sd, (uint16_t *)sc, in aha2840_load_seeprom()323 if (have_seeprom) { in aha2840_load_seeprom()328 have_seeprom = 0; in aha2840_load_seeprom()334 if (!have_seeprom) { in aha2840_load_seeprom()380 return (have_seeprom); in aha2840_load_seeprom()
557 int have_seeprom; in ahd_check_extport() local561 have_seeprom = ahd_acquire_seeprom(ahd); in ahd_check_extport()562 if (have_seeprom) { in ahd_check_extport()598 have_seeprom = 0; in ahd_check_extport()600 have_seeprom = ahd_verify_cksum(sc); in ahd_check_extport()603 if (have_seeprom == 0) in ahd_check_extport()612 if (!have_seeprom) { in ahd_check_extport()644 have_seeprom = ahd_verify_cksum(sc); in ahd_check_extport()645 if (have_seeprom) in ahd_check_extport()651 if (have_seeprom != 0 in ahd_check_extport()[all …]
1349 int have_seeprom; in check_extport() local1376 have_seeprom = ahc_acquire_seeprom(ahc, &sd); in check_extport()1377 if (have_seeprom) { in check_extport()1387 have_seeprom = ahc_read_seeprom(&sd, (uint16_t *)sc, in check_extport()1391 if (have_seeprom) in check_extport()1392 have_seeprom = ahc_verify_cksum(sc); in check_extport()1394 if (have_seeprom != 0 || sd.sd_chip == C56_66) { in check_extport()1396 if (have_seeprom == 0) in check_extport()1412 if (!have_seeprom) { in check_extport()1436 have_seeprom = ahc_verify_cksum(sc); in check_extport()[all …]