Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/cirrus/
Dcs89x0.h268 #define EEPROM_PRESENT 0x0200 macro
Dcs89x0.c1384 if ((readreg(dev, PP_SelfST) & (EEPROM_OK | EEPROM_PRESENT)) == in cs89x0_probe1()
1385 (EEPROM_OK | EEPROM_PRESENT)) { in cs89x0_probe1()
1438 if ((readreg(dev, PP_SelfST) & EEPROM_PRESENT) == 0) in cs89x0_probe1()
1445 if ((readreg(dev, PP_SelfST) & (EEPROM_OK | EEPROM_PRESENT)) != in cs89x0_probe1()
1446 (EEPROM_OK | EEPROM_PRESENT)) in cs89x0_probe1()
Dmac89x0.c241 if ((readreg(dev, PP_SelfST) & (EEPROM_PRESENT | EEPROM_OK)) == 0) { in mac89x0_device_probe()
/Linux-v5.10/include/linux/usb/
Dnet2280.h54 #define EEPROM_PRESENT 21 macro