Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Dftgmac100.c408 txdes[PKTBUFSTX - 1].txdes0 = FTGMAC100_TXDES0_EDOTR; in ftgmac100_init()
515 if (curr_des->txdes0 & FTGMAC100_TXDES0_TXDMA_OWN) { in ftgmac100_send()
528 curr_des->txdes0 &= FTGMAC100_TXDES0_EDOTR; in ftgmac100_send()
529 curr_des->txdes0 |= FTGMAC100_TXDES0_FTS | in ftgmac100_send()
H A Dftmac100.h100 unsigned int txdes0; member
H A Dftmac100.c188 if (curr_des->txdes0 & FTMAC100_TXDES0_TXDMA_OWN) { in _ftmac100_send()
206 curr_des->txdes0 = FTMAC100_TXDES0_TXDMA_OWN; in _ftmac100_send()
215 while (curr_des->txdes0 & FTMAC100_TXDES0_TXDMA_OWN) { in _ftmac100_send()
H A Dftgmac100.h182 unsigned int txdes0; member