Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/cirrus/
H A Dcs89x0.h268 #define EEPROM_PRESENT 0x0200 macro
H A Dcs89x0.c1386 if ((readreg(dev, PP_SelfST) & (EEPROM_OK | EEPROM_PRESENT)) == in cs89x0_probe1()
1387 (EEPROM_OK | EEPROM_PRESENT)) { in cs89x0_probe1()
1441 if ((readreg(dev, PP_SelfST) & EEPROM_PRESENT) == 0) in cs89x0_probe1()
1448 if ((readreg(dev, PP_SelfST) & (EEPROM_OK | EEPROM_PRESENT)) != in cs89x0_probe1()
1449 (EEPROM_OK | EEPROM_PRESENT)) in cs89x0_probe1()
H A Dmac89x0.c241 if ((readreg(dev, PP_SelfST) & (EEPROM_PRESENT | EEPROM_OK)) == 0) { in mac89x0_device_probe()
/openbmc/linux/include/linux/usb/
H A Dnet2280.h40 #define EEPROM_PRESENT 21 macro