Searched refs:PP_SelfST (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cirrus/ |
H A D | cs89x0.c | 247 * SI_BUSY in the PP_SelfST is clear in wait_eeprom_ready() 249 while (readreg(dev, PP_SelfST) & SI_BUSY) in wait_eeprom_ready() 1297 while ((readreg(dev, PP_SelfST) & INIT_DONE) == 0 && in reset_chip() 1384 if ((readreg(dev, PP_SelfST) & (EEPROM_OK | EEPROM_PRESENT)) == in cs89x0_probe1() 1438 if ((readreg(dev, PP_SelfST) & EEPROM_PRESENT) == 0) in cs89x0_probe1() 1445 if ((readreg(dev, PP_SelfST) & (EEPROM_OK | EEPROM_PRESENT)) != in cs89x0_probe1()
|
H A D | cs89x0.h | 59 #define PP_SelfST 0x0136 /* Self State register */ macro 264 /* PP_SelfST - Chip Software Status bit definition */
|
H A D | mac89x0.c | 241 if ((readreg(dev, PP_SelfST) & (EEPROM_PRESENT | EEPROM_OK)) == 0) { in mac89x0_device_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cirrus/ |
H A D | cs89x0.c | 248 * SI_BUSY in the PP_SelfST is clear in wait_eeprom_ready() 250 while (readreg(dev, PP_SelfST) & SI_BUSY) in wait_eeprom_ready() 1298 while ((readreg(dev, PP_SelfST) & INIT_DONE) == 0 && in reset_chip() 1386 if ((readreg(dev, PP_SelfST) & (EEPROM_OK | EEPROM_PRESENT)) == in cs89x0_probe1() 1441 if ((readreg(dev, PP_SelfST) & EEPROM_PRESENT) == 0) in cs89x0_probe1() 1448 if ((readreg(dev, PP_SelfST) & (EEPROM_OK | EEPROM_PRESENT)) != in cs89x0_probe1()
|
H A D | mac89x0.c | 241 if ((readreg(dev, PP_SelfST) & (EEPROM_PRESENT | EEPROM_OK)) == 0) { in mac89x0_device_probe()
|
H A D | cs89x0.h | 59 #define PP_SelfST 0x0136 /* Self State register */ macro 264 /* PP_SelfST - Chip Software Status bit definition */
|
Completed in 9 milliseconds