sys/dev/ic/i82557.c
659
fxp_eeprom_shiftin(sc, FXP_EEPROM_OPC_READ, 3);
sys/dev/ic/i82557.c
706
fxp_eeprom_shiftin(sc, FXP_EEPROM_OPC_READ, 3);
sys/dev/ic/i82557.c
709
fxp_eeprom_shiftin(sc, i + offset, sc->sc_eeprom_size);
sys/dev/ic/i82557.c
741
fxp_eeprom_shiftin(sc, FXP_EEPROM_OPC_ERASE, 3);
sys/dev/ic/i82557.c
742
fxp_eeprom_shiftin(sc, 0x3 << (sc->sc_eeprom_size - 2),
sys/dev/ic/i82557.c
749
fxp_eeprom_shiftin(sc, FXP_EEPROM_OPC_WRITE, 3);
sys/dev/ic/i82557.c
750
fxp_eeprom_shiftin(sc, i + offset, sc->sc_eeprom_size);
sys/dev/ic/i82557.c
751
fxp_eeprom_shiftin(sc, data[i], 16);
sys/dev/ic/i82557.c
769
fxp_eeprom_shiftin(sc, FXP_EEPROM_OPC_ERASE, 3);
sys/dev/ic/i82557.c
770
fxp_eeprom_shiftin(sc, 0, sc->sc_eeprom_size);