Home
last modified time | relevance | path

Searched refs:seeprom_config (Results 1 – 13 of 13) sorted by relevance

/drivers/scsi/aic7xxx/
Daic79xx_proc.c274 if (length != sizeof(struct seeprom_config)) { in ahd_proc_write_seeprom()
279 have_seeprom = ahd_verify_cksum((struct seeprom_config*)buffer); in ahd_proc_write_seeprom()
303 sizeof(struct seeprom_config)/2); in ahd_proc_write_seeprom()
305 start_addr, sizeof(struct seeprom_config)/2, in ahd_proc_write_seeprom()
Daic7xxx_proc.c250 if (length != sizeof(struct seeprom_config)) { in ahc_proc_write_seeprom()
255 have_seeprom = ahc_verify_cksum((struct seeprom_config*)buffer); in ahc_proc_write_seeprom()
314 sizeof(struct seeprom_config)/2); in ahc_proc_write_seeprom()
316 start_addr, sizeof(struct seeprom_config)/2); in ahc_proc_write_seeprom()
Daic7xxx_93cx6.h100 int ahc_verify_cksum(struct seeprom_config *sc);
Daic79xx.h823 struct seeprom_config { struct
967 int ahd_verify_cksum(struct seeprom_config *sc);
1144 struct seeprom_config *seep_config;
1364 struct seeprom_config *sc);
Daic7xxx.h769 struct seeprom_config { struct
991 struct seeprom_config *seep_config;
Daic7xxx_93cx6.c305 ahc_verify_cksum(struct seeprom_config *sc) in ahc_verify_cksum()
Daic7770.c278 struct seeprom_config *sc; in aha2840_load_seeprom()
Daic7xxx_pci.c612 struct seeprom_config *sc);
1263 struct seeprom_config *sc; in check_extport()
1409 ahc_parse_pci_eeprom(struct ahc_softc *ahc, struct seeprom_config *sc) in ahc_parse_pci_eeprom()
Daic79xx_pci.c517 struct seeprom_config *sc; in ahd_check_extport()
Daic7xxx_osm.c572 struct seeprom_config *sc = ahc->seep_config; in ahc_linux_target_alloc()
Daic79xx_osm.c612 struct seeprom_config *sc = ahd->seep_config; in ahd_linux_target_alloc()
Daic79xx_core.c7710 ahd_parse_cfgdata(struct ahd_softc *ahd, struct seeprom_config *sc) in ahd_parse_cfgdata()
10166 ahd_verify_cksum(struct seeprom_config *sc) in ahd_verify_cksum()
/drivers/scsi/
Daic7xxx_old.c479 struct seeprom_config { struct
982 struct seeprom_config sc;
6881 read_284x_seeprom(struct aic7xxx_host *p, struct seeprom_config *sc) in read_284x_seeprom()
8502 struct seeprom_config *sc = (struct seeprom_config *) scarray; in aic7xxx_load_seeprom()
8518 have_seeprom = read_284x_seeprom(p, (struct seeprom_config *) scarray); in aic7xxx_load_seeprom()
8638 memcpy(&p->sc, sc, sizeof(struct seeprom_config)); in aic7xxx_load_seeprom()