Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A De1000.c4179 if (mdic & E1000_MDIC_READY) in e1000_read_phy_reg()
4182 if (!(mdic & E1000_MDIC_READY)) { in e1000_read_phy_reg()
4258 if (mdic & E1000_MDIC_READY) in e1000_write_phy_reg()
4261 if (!(mdic & E1000_MDIC_READY)) { in e1000_write_phy_reg()
H A De1000.h1353 #define E1000_MDIC_READY 0x10000000 macro