Home
last modified time | relevance | path

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

/NextBSD/sys/dev/e1000/
HDe1000_phy.c313 if (mdic & E1000_MDIC_READY) in e1000_read_phy_reg_mdic()
316 if (!(mdic & E1000_MDIC_READY)) { in e1000_read_phy_reg_mdic()
379 if (mdic & E1000_MDIC_READY) in e1000_write_phy_reg_mdic()
382 if (!(mdic & E1000_MDIC_READY)) { in e1000_write_phy_reg_mdic()
HDe1000_defines.h1365 #define E1000_MDIC_READY 0x10000000 macro