Searched refs:tarc (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/net/e1000/ |
D | e1000_main.c | 1650 uint32_t tdlen, tctl, tipg, tarc; local 1713 tarc = E1000_READ_REG(hw, TARC0); 1717 tarc |= SPEED_MODE_BIT; 1718 E1000_WRITE_REG(hw, TARC0, tarc); 1720 tarc = E1000_READ_REG(hw, TARC0); 1721 tarc |= 1; 1722 E1000_WRITE_REG(hw, TARC0, tarc); 1723 tarc = E1000_READ_REG(hw, TARC1); 1724 tarc |= 1; 1725 E1000_WRITE_REG(hw, TARC1, tarc);
|