Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ti/
H A Dif_ti.c176 static uint32_t ti_eeprom_putbyte(struct ti_softc *, int);
231 ti_eeprom_putbyte(struct ti_softc *sc, int byte) in ti_eeprom_putbyte() function
286 if (ti_eeprom_putbyte(sc, EEPROM_CTL_WRITE)) { in ti_eeprom_getbyte()
295 if (ti_eeprom_putbyte(sc, (addr >> 8) & 0xFF)) { in ti_eeprom_getbyte()
303 if (ti_eeprom_putbyte(sc, addr & 0xFF)) { in ti_eeprom_getbyte()
314 if (ti_eeprom_putbyte(sc, EEPROM_CTL_READ)) { in ti_eeprom_getbyte()