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

/freebsd-13-stable/sys/dev/fxp/
H A Dif_fxp.c1138 fxp_eeprom_shiftin(struct fxp_softc *sc, int data, int length) function
1177 fxp_eeprom_shiftin(sc, FXP_EEPROM_OPC_READ, 3);
1228 fxp_eeprom_shiftin(sc, 0x4, 3);
1229 fxp_eeprom_shiftin(sc, 0x03 << (sc->eeprom_size - 2), sc->eeprom_size);
1236 fxp_eeprom_shiftin(sc, FXP_EEPROM_OPC_WRITE, 3);
1237 fxp_eeprom_shiftin(sc, offset, sc->eeprom_size);
1238 fxp_eeprom_shiftin(sc, data, 16);
1257 fxp_eeprom_shiftin(sc, 0x4, 3);
1258 fxp_eeprom_shiftin(sc, 0, sc->eeprom_size);

Completed in 84 milliseconds