bestoffs         2770 dev/usb/uhci.c 	u_int bestbw, bw, bestoffs, offs;
bestoffs         2792 dev/usb/uhci.c 	for (bestoffs = offs = 0, bestbw = ~0; offs < ival; offs++) {
bestoffs         2797 dev/usb/uhci.c 			bestoffs = offs;
bestoffs         2800 dev/usb/uhci.c 	DPRINTFN(1, ("uhci_device_setintr: bw=%d offs=%d\n", bestbw, bestoffs));
bestoffs         2806 dev/usb/uhci.c 		sqh->pos = MOD(i * ival + bestoffs);