Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/igb/
De1000_phy.c142 if (mdic & E1000_MDIC_READY) in igb_read_phy_reg_mdic()
145 if (!(mdic & E1000_MDIC_READY)) { in igb_read_phy_reg_mdic()
199 if (mdic & E1000_MDIC_READY) in igb_write_phy_reg_mdic()
202 if (!(mdic & E1000_MDIC_READY)) { in igb_write_phy_reg_mdic()
De1000_defines.h991 #define E1000_MDIC_READY 0x10000000 macro
/linux-6.12.1/drivers/net/ethernet/intel/e1000e/
Ddefines.h800 #define E1000_MDIC_READY 0x10000000 macro
Dphy.c162 if (mdic & E1000_MDIC_READY) in e1000e_read_phy_reg_mdic()
165 if (!(mdic & E1000_MDIC_READY)) { in e1000e_read_phy_reg_mdic()
242 if (mdic & E1000_MDIC_READY) in e1000e_write_phy_reg_mdic()
245 if (!(mdic & E1000_MDIC_READY)) { in e1000e_write_phy_reg_mdic()
/linux-6.12.1/drivers/net/ethernet/intel/e1000/
De1000_hw.c2867 if (mdic & E1000_MDIC_READY) in e1000_read_phy_reg_ex()
2870 if (!(mdic & E1000_MDIC_READY)) { in e1000_read_phy_reg_ex()
3000 if (mdic & E1000_MDIC_READY) in e1000_write_phy_reg_ex()
3003 if (!(mdic & E1000_MDIC_READY)) { in e1000_write_phy_reg_ex()
De1000_hw.h1592 #define E1000_MDIC_READY 0x10000000 macro