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

/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro100/dev/fxp/
H A Dif_fxp.c1129 fxp_eeprom_shiftin(struct fxp_softc *sc, int data, int length) function
1168 fxp_eeprom_shiftin(sc, FXP_EEPROM_OPC_READ, 3);
1219 fxp_eeprom_shiftin(sc, 0x4, 3);
1220 fxp_eeprom_shiftin(sc, 0x03 << (sc->eeprom_size - 2), sc->eeprom_size);
1227 fxp_eeprom_shiftin(sc, FXP_EEPROM_OPC_WRITE, 3);
1228 fxp_eeprom_shiftin(sc, offset, sc->eeprom_size);
1229 fxp_eeprom_shiftin(sc, data, 16);
1248 fxp_eeprom_shiftin(sc, 0x4, 3);
1249 fxp_eeprom_shiftin(sc, 0, sc->eeprom_size);

Completed in 41 milliseconds