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

/freebsd-13-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) {
329 have_seeprom = 0;
335 if (!have_seeprom) {
381 return (have_seeprom);
[all...]
H A Daic79xx_pci.c558 int have_seeprom; local
562 have_seeprom = ahd_acquire_seeprom(ahd);
563 if (have_seeprom) {
599 have_seeprom = 0;
601 have_seeprom = ahd_verify_cksum(sc);
604 if (have_seeprom == 0)
613 if (!have_seeprom) {
645 have_seeprom = ahd_verify_cksum(sc);
646 if (have_seeprom)
652 if (have_seeprom !
[all...]
H A Daic7xxx_pci.c1347 int have_seeprom; local
1374 have_seeprom = ahc_acquire_seeprom(ahc, &sd);
1375 if (have_seeprom) {
1384 have_seeprom = ahc_read_seeprom(&sd, (uint16_t *)sc,
1388 if (have_seeprom)
1389 have_seeprom = ahc_verify_cksum(sc);
1391 if (have_seeprom != 0 || sd.sd_chip == C56_66) {
1393 if (have_seeprom == 0)
1409 if (!have_seeprom) {
1433 have_seeprom
[all...]

Completed in 121 milliseconds