Searched refs:tctl (Results 1 – 2 of 2) sorted by relevance
67 uint32_t tctl; member140 VMSTATE_UINT32(tctl, stellaris_enet_state),178 if (!(s->tctl & SE_TCTL_CRC)) { in stellaris_txpacket_complete()209 if ((s->tctl & SE_TCTL_PADEN) && framelen < 60) { in stellaris_enet_send()299 return s->tctl; in stellaris_enet_read()388 s->tctl = value; in stellaris_enet_write()
3496 uint32_t tctl, coll_dist; in e1000_config_collision_dist() local3505 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() local5212 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()