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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_93cx6.h100 int ahc_verify_cksum(struct seeprom_config *sc);
H A Daic79xx_proc.c274 if (length != sizeof(struct seeprom_config)) {
279 have_seeprom = ahd_verify_cksum((struct seeprom_config*)buffer);
303 sizeof(struct seeprom_config)/2);
305 start_addr, sizeof(struct seeprom_config)/2,
H A Daic7xxx_proc.c250 if (length != sizeof(struct seeprom_config)) {
255 have_seeprom = ahc_verify_cksum((struct seeprom_config*)buffer);
314 sizeof(struct seeprom_config)/2);
316 start_addr, sizeof(struct seeprom_config)/2);
H A Daic7770.c278 struct seeprom_config *sc;
H A Daic79xx.h820 struct seeprom_config { struct
964 int ahd_verify_cksum(struct seeprom_config *sc);
1141 struct seeprom_config *seep_config;
1361 struct seeprom_config *sc);
H A Daic7xxx_93cx6.c305 ahc_verify_cksum(struct seeprom_config *sc)
H A Daic7xxx.h766 struct seeprom_config { struct
988 struct seeprom_config *seep_config;
H A Daic7xxx_pci.c608 struct seeprom_config *sc);
1251 struct seeprom_config *sc;
1397 ahc_parse_pci_eeprom(struct ahc_softc *ahc, struct seeprom_config *sc)
H A Daic79xx_pci.c517 struct seeprom_config *sc;
H A Daic7xxx_osm.c565 struct seeprom_config *sc = ahc->seep_config;
H A Daic79xx_osm.c590 struct seeprom_config *sc = ahd->seep_config;
H A Daic79xx_core.c7630 ahd_parse_cfgdata(struct ahd_softc *ahd, struct seeprom_config *sc)
10058 ahd_verify_cksum(struct seeprom_config *sc)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c479 struct seeprom_config { struct
982 struct seeprom_config sc;
6851 read_284x_seeprom(struct aic7xxx_host *p, struct seeprom_config *sc)
8445 struct seeprom_config *sc = (struct seeprom_config *) scarray;
8461 have_seeprom = read_284x_seeprom(p, (struct seeprom_config *) scarray);
8581 memcpy(&p->sc, sc, sizeof(struct seeprom_config));

Completed in 349 milliseconds