Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dfxpreg.h292 #define FXP_EEPROM_REG_COMPAT_MC10 0x0001 macro
H A Dfxp.c460 if ((data & (FXP_EEPROM_REG_COMPAT_MC10|FXP_EEPROM_REG_COMPAT_MC100)) in fxp_attach()
461 != (FXP_EEPROM_REG_COMPAT_MC10|FXP_EEPROM_REG_COMPAT_MC100)) in fxp_attach()