Home
last modified time | relevance | path

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

/u-boot/drivers/net/
A Dsh_eth.h540 TD_TACT = 0x80000000, enumerator
542 TD_TACT = 0x7fffffff,
A Dsh_eth.c95 port_info->tx_desc_cur->td0 = TD_TACT | TD_TFP | TD_TDLE; in sh_eth_send_common()
97 port_info->tx_desc_cur->td0 = TD_TACT | TD_TFP; in sh_eth_send_common()
111 } while (port_info->tx_desc_cur->td0 & TD_TACT && timeout--); in sh_eth_send_common()

Completed in 6 milliseconds