Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Dsh_eth.c81 if (port_info->tx_desc_cur->td0 & TD_TDLE) in sh_eth_send()
82 port_info->tx_desc_cur->td0 = TD_TACT | TD_TFP | TD_TDLE; in sh_eth_send()
84 port_info->tx_desc_cur->td0 = TD_TACT | TD_TFP; in sh_eth_send()
98 } while (port_info->tx_desc_cur->td0 & TD_TACT && timeout--); in sh_eth_send()
216 cur_tx_desc->td0 = 0x00; in sh_eth_tx_desc_init()
223 cur_tx_desc->td0 |= TD_TDLE; in sh_eth_tx_desc_init()
H A Dsh_eth.h57 volatile u32 td0; member