ti_eeprom_putbyte  156 dev/pci/if_ti.c u_int32_t ti_eeprom_putbyte(struct ti_softc *, int);
ti_eeprom_putbyte  259 dev/pci/if_ti.c 	if (ti_eeprom_putbyte(sc, EEPROM_CTL_WRITE)) {
ti_eeprom_putbyte  268 dev/pci/if_ti.c 	if (ti_eeprom_putbyte(sc, (addr >> 8) & 0xFF)) {
ti_eeprom_putbyte  276 dev/pci/if_ti.c 	if (ti_eeprom_putbyte(sc, addr & 0xFF)) {
ti_eeprom_putbyte  287 dev/pci/if_ti.c 	if (ti_eeprom_putbyte(sc, EEPROM_CTL_READ)) {