Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
De1000.c3496 uint32_t tctl, coll_dist; in e1000_config_collision_dist() local
3505 tctl = E1000_READ_REG(hw, TCTL); in e1000_config_collision_dist()
3507 tctl &= ~E1000_TCTL_COLD; in e1000_config_collision_dist()
3508 tctl |= coll_dist << E1000_COLD_SHIFT; in e1000_config_collision_dist()
3510 E1000_WRITE_REG(hw, TCTL, tctl); in e1000_config_collision_dist()
5169 unsigned long tctl; in e1000_configure_tx() local
5212 tctl = E1000_READ_REG(hw, TCTL); in e1000_configure_tx()
5213 tctl &= ~E1000_TCTL_CT; in e1000_configure_tx()
5214 tctl |= E1000_TCTL_EN | E1000_TCTL_PSP | in e1000_configure_tx()
5254 E1000_WRITE_REG(hw, TCTL, tctl); in e1000_configure_tx()