Home
last modified time | relevance | path

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

/u-boot/drivers/net/
A Dsh_eth.c201 struct tx_desc_s *cur_tx_desc; in sh_eth_tx_desc_init() local
223 for (cur_tx_desc = port_info->tx_desc_base, i = 0; i < NUM_TX_DESC; in sh_eth_tx_desc_init()
224 cur_tx_desc++, i++) { in sh_eth_tx_desc_init()
225 cur_tx_desc->td0 = 0x00; in sh_eth_tx_desc_init()
226 cur_tx_desc->td1 = 0x00; in sh_eth_tx_desc_init()
227 cur_tx_desc->td2 = 0x00; in sh_eth_tx_desc_init()
231 cur_tx_desc--; in sh_eth_tx_desc_init()
232 cur_tx_desc->td0 |= TD_TDLE; in sh_eth_tx_desc_init()
241 sh_eth_write(port_info, ADDR_TO_PHY(cur_tx_desc), TDFXR); in sh_eth_tx_desc_init()

Completed in 4 milliseconds