Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/tl/
H A Dif_tl.c287 static u_int8_t tl_eeprom_putbyte (struct tl_softc *, int);
460 tl_eeprom_putbyte(struct tl_softc *sc, int byte) in tl_eeprom_putbyte() function
515 if (tl_eeprom_putbyte(sc, EEPROM_CTL_WRITE)) { in tl_eeprom_getbyte()
524 if (tl_eeprom_putbyte(sc, addr)) { in tl_eeprom_getbyte()
535 if (tl_eeprom_putbyte(sc, EEPROM_CTL_READ)) { in tl_eeprom_getbyte()