Home
last modified time | relevance | path

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

/freebsd/sys/dev/fxp/
H A Dif_fxp.c248 static uint16_t fxp_eeprom_getword(struct fxp_softc *sc, int offset,
1139 fxp_eeprom_getword(struct fxp_softc *sc, int offset, int autosize) in fxp_eeprom_getword() function
1262 (void) fxp_eeprom_getword(sc, 0, 1); in fxp_autosize_eeprom()
1271 data[i] = fxp_eeprom_getword(sc, offset + i, 0); in fxp_read_eeprom()