fxp_eeprom_shiftin  142 dev/ic/fxp.c   void fxp_eeprom_shiftin(struct fxp_softc *, int, int);
fxp_eeprom_shiftin  239 dev/ic/fxp.c   	fxp_eeprom_shiftin(sc, 0x4, 3);
fxp_eeprom_shiftin  240 dev/ic/fxp.c   	fxp_eeprom_shiftin(sc, 0x03 << (sc->eeprom_size - 2), sc->eeprom_size);
fxp_eeprom_shiftin  247 dev/ic/fxp.c   	fxp_eeprom_shiftin(sc, FXP_EEPROM_OPC_WRITE, 3);
fxp_eeprom_shiftin  248 dev/ic/fxp.c   	fxp_eeprom_shiftin(sc, offset, sc->eeprom_size);
fxp_eeprom_shiftin  249 dev/ic/fxp.c   	fxp_eeprom_shiftin(sc, data, 16);
fxp_eeprom_shiftin  268 dev/ic/fxp.c   	fxp_eeprom_shiftin(sc, 0x4, 3);
fxp_eeprom_shiftin  269 dev/ic/fxp.c   	fxp_eeprom_shiftin(sc, 0, sc->eeprom_size);