Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dftgmac100.c412 if (!txdes[i].txdes2) { in ftgmac100_init()
417 txdes[i].txdes2 = (uint)buf; in ftgmac100_init()
523 memcpy((void *)curr_des->txdes2, (void *)packet, length); in ftgmac100_send()
524 dma_map_single((void *)curr_des->txdes2, length, DMA_TO_DEVICE); in ftgmac100_send()
Dftmac100.h101 unsigned int txdes2; /* TXBUF_BADR */ member
Dftgmac100.h183 unsigned int txdes2; /* not used by HW */ member
Dftmac100.c202 curr_des->txdes2 = (unsigned int)(unsigned long)packet; /* TXBUF_BADR */ in _ftmac100_send()