Home
last modified time | relevance | path

Searched refs:cyc (Results 1 – 3 of 3) sorted by relevance

/haiku/src/bin/fwcontrol/
H A Dfwdv.c190 if (ciph->fdf.dv.cyc != 0xffff && k == 0) { in dvrecv()
191 fprintf(stderr, "0x%04x\n", ntohs(ciph->fdf.dv.cyc)); in dvrecv()
320 ciph->fdf.dv.cyc = 0xffff; in dvsend()
378 ciph->fdf.dv.cyc = htons(f_cycle << 12 | f_frac); in dvsend()
380 ciph->fdf.dv.cyc = htons(cycle << 12 | f_frac); in dvsend()
386 ciph->fdf.dv.cyc = 0xffff; in dvsend()
/haiku/headers/private/firewire/
H A Diec68113.h94 uint16_t cyc:16; /* take care of byte order! */ member
H A Dfirewire.h185 } cyc; member