HomeSort by: relevance | last modified time | path
    Searched defs:fxp_read_eeprom (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
i82557.c 193 void fxp_read_eeprom(struct fxp_softc *, uint16_t *, int, int);
543 fxp_read_eeprom(sc, &data, 6, 1);
550 fxp_read_eeprom(sc, myea, 0, 3);
575 fxp_read_eeprom(sc, &data, 10, 1);
594 fxp_read_eeprom(sc, &data, 3, 1);
697 fxp_read_eeprom(struct fxp_softc *sc, uint16_t *data, int offset, int words) function in typeref:typename:void
787 fxp_read_eeprom(sc, &data, i, 1);
792 fxp_read_eeprom(sc, &data, i, 1);

Completed in 16 milliseconds