Home
last modified time | relevance | path

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

/haiku/src/bin/fwcontrol/
H A Dfwdv.c273 int system=-1, pad_acc, cycle_acc, cycle, f_cycle, f_frac; in dvsend() local
365 cycle_acc = frame_cycle[system].d * cycle; in dvsend()
374 f_cycle = (cycle_acc / frame_cycle[system].d) & 0xf; in dvsend()
375 f_frac = (cycle_acc % frame_cycle[system].d in dvsend()
382 cycle_acc += frame_cycle[system].n; in dvsend()
383 cycle_acc %= frame_cycle[system].d * 0x10; in dvsend()