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

/u-boot/drivers/net/
H A De1000.c1601 uint32_t manc; local
1679 manc = E1000_READ_REG(hw, MANC);
1680 manc &= ~(E1000_MANC_ARP_EN);
1681 E1000_WRITE_REG(hw, MANC, manc);
4491 uint32_t manc = 0; local
4501 manc = E1000_READ_REG(hw, MANC);
4502 return (manc & E1000_MANC_BLK_PHY_RST_ON_IDE) ?

Completed in 76 milliseconds