Home
last modified time | relevance | path

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

/drivers/net/ethernet/cirrus/
Dcs89x0.c1385 if ((readreg(dev, PP_SelfST) & (EEPROM_OK | EEPROM_PRESENT)) == in cs89x0_probe1()
1386 (EEPROM_OK | EEPROM_PRESENT)) { in cs89x0_probe1()
1440 if ((readreg(dev, PP_SelfST) & EEPROM_PRESENT) == 0) in cs89x0_probe1()
1447 if ((readreg(dev, PP_SelfST) & (EEPROM_OK | EEPROM_PRESENT)) != in cs89x0_probe1()
1448 (EEPROM_OK | EEPROM_PRESENT)) in cs89x0_probe1()
Dcs89x0.h268 #define EEPROM_PRESENT 0x0200 macro
Dmac89x0.c241 if ((readreg(dev, PP_SelfST) & (EEPROM_PRESENT | EEPROM_OK)) == 0) { in mac89x0_device_probe()