Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A De1000.c1388 uint32_t manc; in e1000_reset_hw() local
1466 manc = E1000_READ_REG(hw, MANC); in e1000_reset_hw()
1467 manc &= ~(E1000_MANC_ARP_EN); in e1000_reset_hw()
1468 E1000_WRITE_REG(hw, MANC, manc); in e1000_reset_hw()
4303 uint32_t manc = 0; in e1000_check_phy_reset_block() local
4313 manc = E1000_READ_REG(hw, MANC); in e1000_check_phy_reset_block()
4314 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ? in e1000_check_phy_reset_block()