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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_main.c1645 uint32_t tdlen, tctl, tipg, tarc; local
1708 tarc = E1000_READ_REG(hw, TARC0);
1711 tarc |= (1 << 21);
1712 E1000_WRITE_REG(hw, TARC0, tarc);
1714 tarc = E1000_READ_REG(hw, TARC0);
1715 tarc |= 1;
1716 E1000_WRITE_REG(hw, TARC0, tarc);
1717 tarc = E1000_READ_REG(hw, TARC1);
1718 tarc |= 1;
1719 E1000_WRITE_REG(hw, TARC1, tarc);
[all...]

Completed in 86 milliseconds