Home
last modified time | relevance | path

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

/freebsd/sys/dev/fxp/
H A Dif_fxpreg.h444 #define FXP_EEPROM_EEDO 0x08 /* data out */ macro
H A Dif_fxp.c1185 reg = CSR_READ_2(sc, FXP_CSR_EEPROMCONTROL) & FXP_EEPROM_EEDO; in fxp_eeprom_getword()
1200 if (CSR_READ_2(sc, FXP_CSR_EEPROMCONTROL) & FXP_EEPROM_EEDO) in fxp_eeprom_getword()
1239 if (CSR_READ_2(sc, FXP_CSR_EEPROMCONTROL) & FXP_EEPROM_EEDO) in fxp_eeprom_putword()