Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/tl/
HDif_tlreg.h556 #define EEPROM_CTL_READ 0xA1 /* 0101 0001 */ macro
HDif_tl.c613 if (tl_eeprom_putbyte(sc, EEPROM_CTL_READ)) {
/freebsd-11-stable/sys/dev/ti/
HDif_tireg.h1074 #define EEPROM_CTL_READ 0xA1 /* 0101 0001 */ macro
HDif_ti.c368 if (ti_eeprom_putbyte(sc, EEPROM_CTL_READ)) { in ti_eeprom_getbyte()