EEPROM_PRESENT   1384 drivers/net/ethernet/cirrus/cs89x0.c 	if ((readreg(dev, PP_SelfST) & (EEPROM_OK | EEPROM_PRESENT)) ==
EEPROM_PRESENT   1385 drivers/net/ethernet/cirrus/cs89x0.c 	    (EEPROM_OK | EEPROM_PRESENT)) {
EEPROM_PRESENT   1438 drivers/net/ethernet/cirrus/cs89x0.c 	if ((readreg(dev, PP_SelfST) & EEPROM_PRESENT) == 0)
EEPROM_PRESENT   1445 drivers/net/ethernet/cirrus/cs89x0.c 		if ((readreg(dev, PP_SelfST) & (EEPROM_OK | EEPROM_PRESENT)) !=
EEPROM_PRESENT   1446 drivers/net/ethernet/cirrus/cs89x0.c 		    (EEPROM_OK | EEPROM_PRESENT))
EEPROM_PRESENT    241 drivers/net/ethernet/cirrus/mac89x0.c 	if ((readreg(dev, PP_SelfST) & (EEPROM_PRESENT | EEPROM_OK)) == 0) {