Searched refs:have_seeprom (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7770.c | 122 int have_seeprom; in aic7770_config() local 128 have_seeprom = 0; in aic7770_config() 211 have_seeprom = aha2840_load_seeprom(ahc); in aic7770_config() 217 if (have_seeprom == 0) { in aic7770_config() 273 int have_seeprom; in aha2840_load_seeprom() local 291 have_seeprom = ahc_read_seeprom(&sd, (uint16_t *)sc, in aha2840_load_seeprom() 294 if (have_seeprom) { in aha2840_load_seeprom() 299 have_seeprom = 0; in aha2840_load_seeprom() 305 if (!have_seeprom) { in aha2840_load_seeprom() 351 return (have_seeprom); in aha2840_load_seeprom() [all...] |
H A D | aic79xx_proc.c | 212 int have_seeprom; in ahd_proc_write_seeprom() local 231 have_seeprom = ahd_verify_cksum((struct seeprom_config*)buffer); in ahd_proc_write_seeprom() 232 if (have_seeprom == 0) { in ahd_proc_write_seeprom() 237 have_seeprom = ahd_acquire_seeprom(ahd); in ahd_proc_write_seeprom() 238 if (!have_seeprom) { in ahd_proc_write_seeprom()
|
H A D | aic79xx_pci.c | 511 int have_seeprom; in ahd_check_extport() local 515 have_seeprom = ahd_acquire_seeprom(ahd); in ahd_check_extport() 516 if (have_seeprom) { in ahd_check_extport() 552 have_seeprom = 0; in ahd_check_extport() 554 have_seeprom = ahd_verify_cksum(sc); in ahd_check_extport() 557 if (have_seeprom == 0) in ahd_check_extport() 566 if (!have_seeprom) { in ahd_check_extport() 598 have_seeprom = ahd_verify_cksum(sc); in ahd_check_extport() 599 if (have_seeprom) in ahd_check_extport() 605 if (have_seeprom ! in ahd_check_extport() [all...] |
H A D | aic7xxx_proc.c | 192 int have_seeprom; in ahc_proc_write_seeprom() local 209 have_seeprom = ahc_verify_cksum((struct seeprom_config*)buffer); in ahc_proc_write_seeprom() 210 if (have_seeprom == 0) { in ahc_proc_write_seeprom() 231 have_seeprom = ahc_acquire_seeprom(ahc, &sd); in ahc_proc_write_seeprom() 245 have_seeprom = TRUE; in ahc_proc_write_seeprom() 251 if (!have_seeprom) { in ahc_proc_write_seeprom()
|
H A D | aic7xxx_pci.c | 1257 int have_seeprom; in check_extport() local 1284 have_seeprom = ahc_acquire_seeprom(ahc, &sd); in check_extport() 1285 if (have_seeprom) { in check_extport() 1295 have_seeprom = ahc_read_seeprom(&sd, (uint16_t *)sc, in check_extport() 1299 if (have_seeprom) in check_extport() 1300 have_seeprom = ahc_verify_cksum(sc); in check_extport() 1302 if (have_seeprom != 0 || sd.sd_chip == C56_66) { in check_extport() 1304 if (have_seeprom == 0) in check_extport() 1320 if (!have_seeprom) { in check_extport() 1344 have_seeprom in check_extport() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7770.c | 122 int have_seeprom; in aic7770_config() local 128 have_seeprom = 0; in aic7770_config() 211 have_seeprom = aha2840_load_seeprom(ahc); in aic7770_config() 217 if (have_seeprom == 0) { in aic7770_config() 273 int have_seeprom; in aha2840_load_seeprom() local 291 have_seeprom = ahc_read_seeprom(&sd, (uint16_t *)sc, in aha2840_load_seeprom() 294 if (have_seeprom) { in aha2840_load_seeprom() 299 have_seeprom = 0; in aha2840_load_seeprom() 305 if (!have_seeprom) { in aha2840_load_seeprom() 351 return (have_seeprom); in aha2840_load_seeprom() [all...] |
H A D | aic79xx_proc.c | 212 int have_seeprom; in ahd_proc_write_seeprom() local 231 have_seeprom = ahd_verify_cksum((struct seeprom_config*)buffer); in ahd_proc_write_seeprom() 232 if (have_seeprom == 0) { in ahd_proc_write_seeprom() 237 have_seeprom = ahd_acquire_seeprom(ahd); in ahd_proc_write_seeprom() 238 if (!have_seeprom) { in ahd_proc_write_seeprom()
|
H A D | aic79xx_pci.c | 509 int have_seeprom; in ahd_check_extport() local 513 have_seeprom = ahd_acquire_seeprom(ahd); in ahd_check_extport() 514 if (have_seeprom) { in ahd_check_extport() 550 have_seeprom = 0; in ahd_check_extport() 552 have_seeprom = ahd_verify_cksum(sc); in ahd_check_extport() 555 if (have_seeprom == 0) in ahd_check_extport() 564 if (!have_seeprom) { in ahd_check_extport() 596 have_seeprom = ahd_verify_cksum(sc); in ahd_check_extport() 597 if (have_seeprom) in ahd_check_extport() 603 if (have_seeprom ! in ahd_check_extport() [all...] |
H A D | aic7xxx_proc.c | 192 int have_seeprom; in ahc_proc_write_seeprom() local 209 have_seeprom = ahc_verify_cksum((struct seeprom_config*)buffer); in ahc_proc_write_seeprom() 210 if (have_seeprom == 0) { in ahc_proc_write_seeprom() 231 have_seeprom = ahc_acquire_seeprom(ahc, &sd); in ahc_proc_write_seeprom() 245 have_seeprom = TRUE; in ahc_proc_write_seeprom() 251 if (!have_seeprom) { in ahc_proc_write_seeprom()
|
H A D | aic7xxx_pci.c | 1257 int have_seeprom; in check_extport() local 1284 have_seeprom = ahc_acquire_seeprom(ahc, &sd); in check_extport() 1285 if (have_seeprom) { in check_extport() 1295 have_seeprom = ahc_read_seeprom(&sd, (uint16_t *)sc, in check_extport() 1299 if (have_seeprom) in check_extport() 1300 have_seeprom = ahc_verify_cksum(sc); in check_extport() 1302 if (have_seeprom != 0 || sd.sd_chip == C56_66) { in check_extport() 1304 if (have_seeprom == 0) in check_extport() 1320 if (!have_seeprom) { in check_extport() 1344 have_seeprom in check_extport() [all...] |
Completed in 10 milliseconds