Home | History | Annotate | Download | only in tools

Lines Matching refs:clen

492 	int  clen = 0;		/* Command len */
509 clen = 5 + (5 + 6) * 2;
534 if (write(fd, cmd, clen) != clen) {
565 clen = 5 + (5 + 4)*2;
578 if (write(fd, cmd, clen) != clen) {
634 for(i = 0; i < clen; i++)
636 fprintf(stderr, "Writing CSR UART speed %d [%s]\n", clen, temp + 1);
644 if (write(fd, cmd, clen) != clen) {