if_ti.c | 170 static uint32_t ti_eeprom_putbyte(struct ti_softc *, int); 211 ti_eeprom_putbyte(struct ti_softc *sc, int byte) function in typeref:typename:uint32_t 266 if (ti_eeprom_putbyte(sc, EEPROM_CTL_WRITE)) { 275 if (ti_eeprom_putbyte(sc, (addr >> 8) & 0xFF)) { 283 if (ti_eeprom_putbyte(sc, addr & 0xFF)) { 294 if (ti_eeprom_putbyte(sc, EEPROM_CTL_READ)) {
|