Home
last modified time | relevance | path

Searched refs:EEPROM_OK (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/drivers/staging/cxt1e1/
Dpmcc4_private.h256 #define EEPROM_OK 0x00 macro
Dhwprobe.c150 hi->mfg_info_sts = EEPROM_OK; in hdw_sn_get()
Dlinux.c459 if (hi->mfg_info_sts == EEPROM_OK) in create_chan()
/linux-2.6.39/drivers/net/
Dcs89x0.h269 #define EEPROM_OK 0x0400 macro
Dcs89x0.c612 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()
Dmac89x0.c273 if ((readreg(dev, PP_SelfST) & (EEPROM_PRESENT | EEPROM_OK)) == 0) { in mac89x0_probe()