Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/usb/
Duhci.c2783 u_int bestbw, bw, bestoffs, offs; in uhci_device_setintr() local
2805 for (bestoffs = offs = 0, bestbw = ~0; offs < ival; offs++) { in uhci_device_setintr()
2810 bestoffs = offs; in uhci_device_setintr()
2813 DPRINTFN(1, ("uhci_device_setintr: bw=%d offs=%d\n", bestbw, bestoffs)); in uhci_device_setintr()
2819 sqh->pos = MOD(i * ival + bestoffs); in uhci_device_setintr()