Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dftmac110.c25 #define CFG_XBUF_SIZE 1536 macro
289 if (len <= 0 || len > CFG_XBUF_SIZE) { in ftmac110_send()
437 void *va = memalign(ARCH_DMA_MINALIGN, CFG_XBUF_SIZE); in ftmac110_initialize()
456 void *va = memalign(ARCH_DMA_MINALIGN, CFG_XBUF_SIZE + 2); in ftmac110_initialize()
465 | FTMAC110_RXD_BUFSZ(CFG_XBUF_SIZE)); in ftmac110_initialize()
Dftgmac100.c23 #define CFG_XBUF_SIZE 1536 macro
413 buf = memalign(ARCH_DMA_MINALIGN, CFG_XBUF_SIZE); in ftgmac100_init()