Home
last modified time | relevance | path

Searched refs:E1000_MDIC_ERROR (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h806 #define E1000_MDIC_ERROR 0x40000000 macro
H A Dphy.c152 if (mdic & E1000_MDIC_ERROR) { in e1000e_read_phy_reg_mdic()
216 if (mdic & E1000_MDIC_ERROR) { in e1000e_write_phy_reg_mdic()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A De1000_defines.h993 #define E1000_MDIC_ERROR 0x40000000 macro
H A De1000_phy.c150 if (mdic & E1000_MDIC_ERROR) { in igb_read_phy_reg_mdic()
207 if (mdic & E1000_MDIC_ERROR) { in igb_write_phy_reg_mdic()
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.h1355 #define E1000_MDIC_ERROR 0x40000000 macro
H A De1000.c4186 if (mdic & E1000_MDIC_ERROR) { in e1000_read_phy_reg()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1597 #define E1000_MDIC_ERROR 0x40000000 macro
H A De1000_hw.c2872 if (mdic & E1000_MDIC_ERROR) { in e1000_read_phy_reg_ex()