Searched refs:td0 (Results 1 – 2 of 2) sorted by relevance
94 if (port_info->tx_desc_cur->td0 & TD_TDLE) in sh_eth_send_common()95 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()225 cur_tx_desc->td0 = 0x00; in sh_eth_tx_desc_init()232 cur_tx_desc->td0 |= TD_TDLE; in sh_eth_tx_desc_init()
54 volatile u32 td0; member
Completed in 6 milliseconds