HomeSort by: relevance | last modified time | path
    Searched defs:ti_eeprom_putbyte (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
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)) {

Completed in 12 milliseconds