Searched refs:DMALEN (Results 1 – 1 of 1) sorted by relevance
182 #define DMALEN (2048-2) macro186 uint16_t *sbuf = malloc(DMALEN * 2); in tskLcd()187 uint16_t *rbuf = malloc(DMALEN * 2); in tskLcd()193 for (x = 0; x < DMALEN; x++) { in tskLcd()196 for (x = 0; x < DMALEN; x++) { in tskLcd()199 sendRecvBufDma(sbuf, rbuf, DMALEN); in tskLcd()202 for (x = 0; x < DMALEN; x++) if (rbuf[x] != (x ^ xorval)) { in tskLcd()