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

/freebsd-12-stable/sys/dev/tl/
H A Dif_tl.c293 static u_int8_t tl_eeprom_putbyte(struct tl_softc *, int);
535 static u_int8_t tl_eeprom_putbyte(sc, byte) function
595 if (tl_eeprom_putbyte(sc, EEPROM_CTL_WRITE)) {
604 if (tl_eeprom_putbyte(sc, addr)) {
615 if (tl_eeprom_putbyte(sc, EEPROM_CTL_READ)) {

Completed in 126 milliseconds