Searched refs:PP_SelfST (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dcs89x0.c451 PP_SelfST is clear */
452 while(readreg(dev, PP_SelfST) & SI_BUSY)
673 if ((readreg(dev, PP_SelfST) & (EEPROM_OK | EEPROM_PRESENT)) ==
731 if ((readreg(dev, PP_SelfST) & EEPROM_PRESENT) == 0)
738 if ((readreg(dev, PP_SelfST) & (EEPROM_OK | EEPROM_PRESENT)) !=
1059 while( (readreg(dev, PP_SelfST) & INIT_DONE) == 0 && jiffies - reset_start_time < 2)
H A Dcs89x0.h59 #define PP_SelfST 0x0136 /* Self State register */ macro
264 /* PP_SelfST - Chip Software Status bit definition */
H A Dmac89x0.c261 if ((readreg(dev, PP_SelfST) & (EEPROM_PRESENT | EEPROM_OK)) == 0) {

Completed in 153 milliseconds