Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_eth.c52 #define DBUF_LENGTH 1520 macro
55 static char txbuf[DBUF_LENGTH];
/external/u-boot/drivers/net/
Dmcffec.c26 #define DBUF_LENGTH 1520 macro
66 (cbd_t *)DBUF_LENGTH, /* RX BD */
534 memset(info->txbuf, 0, DBUF_LENGTH); in fec_halt()
583 (char *)memalign(CONFIG_SYS_CACHELINE_SIZE, DBUF_LENGTH); in mcffec_initialize()
Dfsl_mcdmafec.c22 #define DBUF_LENGTH 1520 macro
79 (cbd_t *)DBUF_LENGTH, /* RX BD */
544 (char *)memalign(CONFIG_SYS_CACHELINE_SIZE, DBUF_LENGTH); in mcdmafec_initialize()
Dmpc8xx_fec.c78 #define DBUF_LENGTH 1520 macro
89 static char txbuf[DBUF_LENGTH] __aligned(8);