Home
last modified time | relevance | path

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

/netbsd/sys/dev/pci/
H A Dif_ti.c170 static uint32_t ti_eeprom_putbyte(struct ti_softc *, int);
211 ti_eeprom_putbyte(struct ti_softc *sc, int byte) in ti_eeprom_putbyte() function
266 if (ti_eeprom_putbyte(sc, EEPROM_CTL_WRITE)) { in ti_eeprom_getbyte()
275 if (ti_eeprom_putbyte(sc, (addr >> 8) & 0xFF)) { in ti_eeprom_getbyte()
283 if (ti_eeprom_putbyte(sc, addr & 0xFF)) { in ti_eeprom_getbyte()
294 if (ti_eeprom_putbyte(sc, EEPROM_CTL_READ)) { in ti_eeprom_getbyte()