Lines Matching refs:have_seeprom
101 int have_seeprom;
130 have_seeprom = ahc_acquire_seeprom(ahc, &sd);
131 if (have_seeprom) {
140 have_seeprom = read_seeprom(&sd, (uint16_t *)sc,
144 if (have_seeprom)
145 have_seeprom = verify_seeprom_cksum(sc);
147 if (have_seeprom != 0 || sd.sd_chip == C56_66) {
149 if (have_seeprom == 0)
161 if (!have_seeprom) {
185 have_seeprom = verify_seeprom_cksum(sc);
186 if (have_seeprom)
197 if (!have_seeprom) {
214 have_autoterm = have_seeprom;
230 } else if (have_seeprom) {