Searched refs:E2P_CMD_EPC_BUSY_ (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/smsc/
H A Dsmsc9420.c209 if (smsc9420_reg_read(pd, E2P_CMD) & E2P_CMD_EPC_BUSY_) { smsc9420_eeprom_reload()
215 (E2P_CMD_EPC_BUSY_ | E2P_CMD_EPC_CMD_RELOAD_)); smsc9420_eeprom_reload()
219 if (!(smsc9420_reg_read(pd, E2P_CMD) & E2P_CMD_EPC_BUSY_)) smsc9420_eeprom_reload()
336 if (smsc9420_reg_read(pd, E2P_CMD) & E2P_CMD_EPC_BUSY_) { smsc9420_eeprom_send_cmd()
341 e2cmd = op | E2P_CMD_EPC_BUSY_; smsc9420_eeprom_send_cmd()
347 } while ((e2cmd & E2P_CMD_EPC_BUSY_) && (--timeout)); smsc9420_eeprom_send_cmd()
H A Dsmsc9420.h258 #define E2P_CMD_EPC_BUSY_ (0x80000000) macro
H A Dsmsc911x.h288 #define E2P_CMD_EPC_BUSY_ 0x80000000 macro
H A Dsmc911x.c222 while (--timeout && (SMC_GET_E2P_CMD(lp) & E2P_CMD_EPC_BUSY_)) smc911x_reset()
1592 for(timeout=10;(e2p_cmd & E2P_CMD_EPC_BUSY_) && timeout; timeout--) { smc911x_ethtool_wait_eeprom_ready()
1617 SMC_SET_E2P_CMD(lp, E2P_CMD_EPC_BUSY_ | smc911x_ethtool_write_eeprom_cmd()
H A Dsmsc911x.c1547 while ((smsc911x_reg_read(pdata, E2P_CMD) & E2P_CMD_EPC_BUSY_) && smsc911x_open()
2012 if (smsc911x_reg_read(pdata, E2P_CMD) & E2P_CMD_EPC_BUSY_) { smsc911x_eeprom_send_cmd()
2017 e2cmd = op | E2P_CMD_EPC_BUSY_; smsc911x_eeprom_send_cmd()
2023 } while ((e2cmd & E2P_CMD_EPC_BUSY_) && (--timeout)); smsc911x_eeprom_send_cmd()
H A Dsmc911x.h544 #define E2P_CMD_EPC_BUSY_ (0x80000000) /* Self Clearing */ macro
/linux-4.4.14/drivers/net/usb/
H A Dlan78xx.c426 if (!(val & E2P_CMD_EPC_BUSY_) || lan78xx_wait_eeprom()
432 if (val & (E2P_CMD_EPC_TIMEOUT_ | E2P_CMD_EPC_BUSY_)) { lan78xx_wait_eeprom()
451 if (!(val & E2P_CMD_EPC_BUSY_)) lan78xx_eeprom_confirm_not_busy()
472 val = E2P_CMD_EPC_BUSY_ | E2P_CMD_EPC_CMD_READ_; lan78xx_read_raw_eeprom()
519 val = E2P_CMD_EPC_BUSY_ | E2P_CMD_EPC_CMD_EWEN_; lan78xx_write_raw_eeprom()
536 val = E2P_CMD_EPC_BUSY_ | E2P_CMD_EPC_CMD_WRITE_; lan78xx_write_raw_eeprom()
H A Dlan78xx.h308 #define E2P_CMD_EPC_BUSY_ (0x80000000) macro

Completed in 140 milliseconds