Searched refs:tl_eeprom_putbyte (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/tl/
H A Dif_tl.c291 static u_int8_t tl_eeprom_putbyte(struct tl_softc *, int);
533 static u_int8_t tl_eeprom_putbyte(sc, byte) function
593 if (tl_eeprom_putbyte(sc, EEPROM_CTL_WRITE)) {
602 if (tl_eeprom_putbyte(sc, addr)) {
613 if (tl_eeprom_putbyte(sc, EEPROM_CTL_READ)) {

Completed in 60 milliseconds