Searched refs:EEPROM_OK (Results 1 – 6 of 6) sorted by relevance
256 #define EEPROM_OK 0x00 macro
150 hi->mfg_info_sts = EEPROM_OK; in hdw_sn_get()
459 if (hi->mfg_info_sts == EEPROM_OK) in create_chan()
269 #define EEPROM_OK 0x0400 macro
612 if ((readreg(dev, PP_SelfST) & (EEPROM_OK | EEPROM_PRESENT)) == in cs89x0_probe1()613 (EEPROM_OK|EEPROM_PRESENT)) { in cs89x0_probe1()673 if ((readreg(dev, PP_SelfST) & (EEPROM_OK | EEPROM_PRESENT)) != in cs89x0_probe1()674 (EEPROM_OK|EEPROM_PRESENT)) in cs89x0_probe1()
273 if ((readreg(dev, PP_SelfST) & (EEPROM_PRESENT | EEPROM_OK)) == 0) { in mac89x0_probe()