Searched refs:PP_SelfST (Results 1 – 3 of 3) sorted by relevance
249 while (readreg(dev, PP_SelfST) & SI_BUSY) in wait_eeprom_ready()1297 while ((readreg(dev, PP_SelfST) & INIT_DONE) == 0 && in reset_chip()1385 if ((readreg(dev, PP_SelfST) & (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()
59 #define PP_SelfST 0x0136 /* Self State register */ macro
241 if ((readreg(dev, PP_SelfST) & (EEPROM_PRESENT | EEPROM_OK)) == 0) { in mac89x0_device_probe()