Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Detherfabric.c3230 int has_flash, has_eeprom, ad9bit; in falcon_probe_spi() local
3239 has_eeprom = EFAB_OWORD_FIELD ( nic_stat, FCN_EE_PRST ); in falcon_probe_spi()
3242 has_eeprom = EFAB_OWORD_FIELD ( gpio_ctl, FCN_EEPROM_PRESENT ); in falcon_probe_spi()
3254 if ( has_eeprom ) { in falcon_probe_spi()
3270 ( has_eeprom ? "present " : "absent" ), in falcon_probe_spi()
3271 ( has_eeprom ? (ad9bit ? "(9bit)" : "(16bit)") : "") ); in falcon_probe_spi()
3280 if ( has_eeprom ) in falcon_probe_spi()