Searched defs:txb (Results 1 – 5 of 5) sorted by relevance
48 #define txb ((char *)0x10000 - NRXD * BUFLEN - BUFLEN) macro51 static unsigned char txb[BUFLEN]; variable
142 #define txb ((char *)0x10000 - BUFLEN) macro144 static unsigned char txb[BUFLEN] __attribute__ ((aligned(4))); variable
63 #define txb ((char *)0x10000 - TX_BUF_SIZE) macro66 static unsigned char txb[TX_BUF_SIZE]; variable
211 #define txb ((char *)0x10000 - TX_BUF_SIZE) macro214 static unsigned char txb[TX_BUF_SIZE] __attribute__ ((aligned(4))); variable
389 #define txb ((char *)0x10000 - BUFLEN) macro391 static unsigned char txb[BUFLEN] __attribute__ ((aligned(4))); variable