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

/haiku-fatelf/headers/private/firewire/
H A Diec68113.h94 uint16_t cyc:16; /* take care of byte order! */ member in struct:ciphdr::__anon722::__anon723
H A Dfirewire.h185 } cyc; member in union:fw_pkt::__anon700
/haiku-fatelf/src/bin/fwcontrol/
H A Dfwdv.c189 if (ciph->fdf.dv.cyc != 0xffff && k == 0) {
190 fprintf(stderr, "0x%04x\n", ntohs(ciph->fdf.dv.cyc));
319 ciph->fdf.dv.cyc = 0xffff;
377 ciph->fdf.dv.cyc = htons(f_cycle << 12 | f_frac);
379 ciph->fdf.dv.cyc = htons(cycle << 12 | f_frac);
385 ciph->fdf.dv.cyc = 0xffff;

Completed in 75 milliseconds