Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dftgmac100.c407 txdes[PKTBUFSTX - 1].txdes0 = FTGMAC100_TXDES0_EDOTR; in ftgmac100_init()
514 if (curr_des->txdes0 & FTGMAC100_TXDES0_TXDMA_OWN) { in ftgmac100_send()
527 curr_des->txdes0 &= FTGMAC100_TXDES0_EDOTR; in ftgmac100_send()
528 curr_des->txdes0 |= FTGMAC100_TXDES0_FTS | in ftgmac100_send()
Dftmac100.c190 if (curr_des->txdes0 & FTMAC100_TXDES0_TXDMA_OWN) { in _ftmac100_send()
209 curr_des->txdes0 = FTMAC100_TXDES0_TXDMA_OWN; in _ftmac100_send()
218 while (curr_des->txdes0 & FTMAC100_TXDES0_TXDMA_OWN) { in _ftmac100_send()
Dftmac100.h99 unsigned int txdes0; member
Dftgmac100.h181 unsigned int txdes0; member