Home
last modified time | relevance | path

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

/freebsd/sys/dev/ti/
H A Dif_ti.c204 static uint8_t ti_eeprom_getbyte(struct ti_softc *, int, uint8_t *);
326 ti_eeprom_getbyte(struct ti_softc *sc, int addr, uint8_t *dest) in ti_eeprom_getbyte() function
406 err = ti_eeprom_getbyte(sc, off + i, &byte); in ti_read_eeprom()