HomeSort by: relevance | last modified time | path
    Searched defs:tck (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/vax/vax/
ctu.c 281 int i, c, tck; local in function:cturintr
312 tck = ctu_cksum((void *)&buf[tu_sc.sc_xbytes-128], 64);
313 tck += 0x8001; if (tck > 0xffff) tck -= 0xffff;
314 if (tck != ck) {
317 printf("Bad cksum: tck %x != ck %x\n", tck, ck);
386 tck = ctu_cksum((void *)&buf[tu_sc.sc_xbytes-128], 64);
387 tck += 0x8001; if (tck > 0xffff) tck -= 0xffff
    [all...]
  /src/sys/arch/zaurus/dev/
ztp.c 403 uint32_t tck; local in function:ztp_sync_send
406 tck = sc->sc_ccnt_hs - 151;
408 tck -= 400;
419 while ((now - base) < tck)
  /src/sys/arch/shark/shark/
scr.c 306 #define atrsTCK 0x0c05 /* looking for TCK (check bytes */
2337 int tck;
2685 tck = 0;
2688 tck ^= sc->pIoctlOn->atrBuf[lc];
2691 if (tck == sc->pIoctlOn->atrBuf[sc->pIoctlOn->atrLen-1])
2336 int tck; local in function:ATRSM

Completed in 15 milliseconds