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

/freebsd-11-stable/sys/dev/fxp/
H A Dif_fxp.c1134 fxp_eeprom_shiftin(struct fxp_softc *sc, int data, int length) function
1173 fxp_eeprom_shiftin(sc, FXP_EEPROM_OPC_READ, 3);
1224 fxp_eeprom_shiftin(sc, 0x4, 3);
1225 fxp_eeprom_shiftin(sc, 0x03 << (sc->eeprom_size - 2), sc->eeprom_size);
1232 fxp_eeprom_shiftin(sc, FXP_EEPROM_OPC_WRITE, 3);
1233 fxp_eeprom_shiftin(sc, offset, sc->eeprom_size);
1234 fxp_eeprom_shiftin(sc, data, 16);
1253 fxp_eeprom_shiftin(sc, 0x4, 3);
1254 fxp_eeprom_shiftin(sc, 0, sc->eeprom_size);

Completed in 52 milliseconds