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

/netbsd-current/sys/dev/ic/
H A Di82557.c602 fxp_eeprom_shiftin(struct fxp_softc *sc, int data, int len) function
659 fxp_eeprom_shiftin(sc, FXP_EEPROM_OPC_READ, 3);
706 fxp_eeprom_shiftin(sc, FXP_EEPROM_OPC_READ, 3);
709 fxp_eeprom_shiftin(sc, i + offset, sc->sc_eeprom_size);
741 fxp_eeprom_shiftin(sc, FXP_EEPROM_OPC_ERASE, 3);
742 fxp_eeprom_shiftin(sc, 0x3 << (sc->sc_eeprom_size - 2),
749 fxp_eeprom_shiftin(sc, FXP_EEPROM_OPC_WRITE, 3);
750 fxp_eeprom_shiftin(sc, i + offset, sc->sc_eeprom_size);
751 fxp_eeprom_shiftin(sc, data[i], 16);
769 fxp_eeprom_shiftin(s
[all...]

Completed in 134 milliseconds