Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A 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()
H A De1000_defines.h991 #define E1000_MDIC_READY 0x10000000 macro
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h805 #define E1000_MDIC_READY 0x10000000 macro
H A 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()
/openbmc/qemu/hw/net/
H A De1000x_regs.h636 #define E1000_MDIC_READY 0x10000000 macro
H A De1000.c462 s->mac_reg[MDIC] = val | E1000_MDIC_READY; in set_mdic()
H A De1000e_core.c2307 core->mac[MDIC] = val | E1000_MDIC_READY; in e1000e_set_mdic()
H A Digb_core.c2706 core->mac[MDIC] = val | E1000_MDIC_READY; in igb_set_mdic()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A 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()
H A De1000_hw.h1592 #define E1000_MDIC_READY 0x10000000 macro
/openbmc/u-boot/drivers/net/
H A De1000.c4393 if (mdic & E1000_MDIC_READY) in e1000_read_phy_reg()
4396 if (!(mdic & E1000_MDIC_READY)) { in e1000_read_phy_reg()
4472 if (mdic & E1000_MDIC_READY) in e1000_write_phy_reg()
4475 if (!(mdic & E1000_MDIC_READY)) { in e1000_write_phy_reg()
H A De1000.h1355 #define E1000_MDIC_READY 0x10000000 macro