Home
last modified time | relevance | path

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

/drivers/staging/cxt1e1/
Dpmcc4_private.h256 #define EEPROM_OK 0x00 macro
Dhwprobe.c150 hi->mfg_info_sts = EEPROM_OK; in hdw_sn_get()
Dlinux.c460 if (hi->mfg_info_sts == EEPROM_OK) in create_chan()
/drivers/net/ethernet/cirrus/
Dcs89x0.h269 #define EEPROM_OK 0x0400 macro
Dcs89x0.c1384 if ((readreg(dev, PP_SelfST) & (EEPROM_OK | EEPROM_PRESENT)) == in cs89x0_probe1()
1385 (EEPROM_OK | EEPROM_PRESENT)) { in cs89x0_probe1()
1445 if ((readreg(dev, PP_SelfST) & (EEPROM_OK | EEPROM_PRESENT)) != in cs89x0_probe1()
1446 (EEPROM_OK | EEPROM_PRESENT)) in cs89x0_probe1()
Dmac89x0.c272 if ((readreg(dev, PP_SelfST) & (EEPROM_PRESENT | EEPROM_OK)) == 0) { in mac89x0_probe()