Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/
H A Dif_fxp.c1130 fxp_eeprom_shiftin(struct fxp_softc *sc, int data, int length) in fxp_eeprom_shiftin() function
1169 fxp_eeprom_shiftin(sc, FXP_EEPROM_OPC_READ, 3); in fxp_eeprom_getword()
1220 fxp_eeprom_shiftin(sc, 0x4, 3); in fxp_eeprom_putword()
1221 fxp_eeprom_shiftin(sc, 0x03 << (sc->eeprom_size - 2), sc->eeprom_size); in fxp_eeprom_putword()
1228 fxp_eeprom_shiftin(sc, FXP_EEPROM_OPC_WRITE, 3); in fxp_eeprom_putword()
1229 fxp_eeprom_shiftin(sc, offset, sc->eeprom_size); in fxp_eeprom_putword()
1230 fxp_eeprom_shiftin(sc, data, 16); in fxp_eeprom_putword()
1249 fxp_eeprom_shiftin(sc, 0x4, 3); in fxp_eeprom_putword()
1250 fxp_eeprom_shiftin(sc, 0, sc->eeprom_size); in fxp_eeprom_putword()