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

/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7770.c132 int have_seeprom; local
138 have_seeprom = 0;
223 have_seeprom = aha2840_load_seeprom(ahc);
229 if (have_seeprom == 0) {
304 int have_seeprom; local
322 have_seeprom = ahc_read_seeprom(&sd, (uint16_t *)sc,
325 if (have_seeprom) {
330 have_seeprom = 0;
336 if (!have_seeprom) {
382 return (have_seeprom);
[all...]
H A Daic79xx_pci.c559 int have_seeprom; local
563 have_seeprom = ahd_acquire_seeprom(ahd);
564 if (have_seeprom) {
600 have_seeprom = 0;
602 have_seeprom = ahd_verify_cksum(sc);
605 if (have_seeprom == 0)
614 if (!have_seeprom) {
646 have_seeprom = ahd_verify_cksum(sc);
647 if (have_seeprom)
653 if (have_seeprom !
[all...]
H A Daic7xxx_pci.c1351 int have_seeprom; local
1378 have_seeprom = ahc_acquire_seeprom(ahc, &sd);
1379 if (have_seeprom) {
1389 have_seeprom = ahc_read_seeprom(&sd, (uint16_t *)sc,
1393 if (have_seeprom)
1394 have_seeprom = ahc_verify_cksum(sc);
1396 if (have_seeprom != 0 || sd.sd_chip == C56_66) {
1398 if (have_seeprom == 0)
1414 if (!have_seeprom) {
1438 have_seeprom
[all...]

Completed in 177 milliseconds