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

/u-boot/drivers/net/
H A De1000.c1718 uint32_t reg_tctl; local
1751 reg_tctl = E1000_READ_REG(hw, TCTL);
1752 if (reg_tctl & E1000_TCTL_MULR)
1781 reg_tctl = E1000_READ_REG(hw, TCTL);
1783 if (reg_tctl & E1000_TCTL_MULR)
1805 reg_tctl = E1000_READ_REG(hw, TCTL);
1807 if (reg_tctl & E1000_TCTL_MULR)

Completed in 39 milliseconds