ti_eeprom_putbyte
static uint32_t ti_eeprom_putbyte(struct ti_softc *, int);
if (ti_eeprom_putbyte(sc, EEPROM_CTL_WRITE)) {
if (ti_eeprom_putbyte(sc, (addr >> 8) & 0xFF)) {
if (ti_eeprom_putbyte(sc, addr & 0xFF)) {
if (ti_eeprom_putbyte(sc, EEPROM_CTL_READ)) {