Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A De1000.c4956 unsigned long tipg, tarc; in e1000_configure_tx() local
5004 tarc = E1000_READ_REG(hw, TARC0); in e1000_configure_tx()
5009 tarc = E1000_READ_REG(hw, TARC0); in e1000_configure_tx()
5010 tarc |= 1; in e1000_configure_tx()
5011 E1000_WRITE_REG(hw, TARC0, tarc); in e1000_configure_tx()
5012 tarc = E1000_READ_REG(hw, TARC1); in e1000_configure_tx()
5013 tarc |= 1; in e1000_configure_tx()
5014 E1000_WRITE_REG(hw, TARC1, tarc); in e1000_configure_tx()