Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx_proc.c232 if (length != sizeof(struct seeprom_config)) { in ahd_proc_write_seeprom()
237 have_seeprom = ahd_verify_cksum((struct seeprom_config*)buffer); in ahd_proc_write_seeprom()
262 sizeof(struct seeprom_config)/2); in ahd_proc_write_seeprom()
264 start_addr, sizeof(struct seeprom_config)/2, in ahd_proc_write_seeprom()
Daic7xxx_proc.c206 if (length != sizeof(struct seeprom_config)) { in ahc_proc_write_seeprom()
211 have_seeprom = ahc_verify_cksum((struct seeprom_config*)buffer); in ahc_proc_write_seeprom()
271 sizeof(struct seeprom_config)/2); in ahc_proc_write_seeprom()
273 start_addr, sizeof(struct seeprom_config)/2); in ahc_proc_write_seeprom()
Daic7xxx_93cx6.h100 int ahc_verify_cksum(struct seeprom_config *sc);
Daic79xx.h830 struct seeprom_config { struct
976 int ahd_verify_cksum(struct seeprom_config *sc);
1138 struct seeprom_config *seep_config;
1363 struct seeprom_config *sc);
Daic7xxx_93cx6.c287 ahc_verify_cksum(struct seeprom_config *sc) in ahc_verify_cksum()
Daic7xxx.h779 struct seeprom_config { struct
1011 struct seeprom_config *seep_config;
Daic7770.c302 struct seeprom_config *sc; in aha2840_load_seeprom()
Daic7xxx_pci.c680 struct seeprom_config *sc);
1335 struct seeprom_config *sc; in check_extport()
1477 ahc_parse_pci_eeprom(struct ahc_softc *ahc, struct seeprom_config *sc) in ahc_parse_pci_eeprom()
Daic79xx_pci.c516 struct seeprom_config *sc; in ahd_check_extport()
Daic79xx_core.c6458 ahd_parse_cfgdata(struct ahd_softc *ahd, struct seeprom_config *sc) in ahd_parse_cfgdata()
8875 ahd_verify_cksum(struct seeprom_config *sc) in ahd_verify_cksum()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c543 struct seeprom_config { struct
1035 struct seeprom_config sc;
7284 read_284x_seeprom(struct aic7xxx_host *p, struct seeprom_config *sc) in read_284x_seeprom()
8966 struct seeprom_config *sc = (struct seeprom_config *) scarray; in aic7xxx_load_seeprom()
8982 have_seeprom = read_284x_seeprom(p, (struct seeprom_config *) scarray); in aic7xxx_load_seeprom()
9102 memcpy(&p->sc, sc, sizeof(struct seeprom_config)); in aic7xxx_load_seeprom()