bestbw           3125 dev/usb/ohci.c 	u_int bestbw, bw;
bestbw           3153 dev/usb/ohci.c 	for (best = i = slow, bestbw = ~0; i < shigh; i++) {
bestbw           3157 dev/usb/ohci.c 		if (bw < bestbw) {
bestbw           3159 dev/usb/ohci.c 			bestbw = bw;
bestbw           3163 dev/usb/ohci.c 		     best, slow, shigh, bestbw));
bestbw           2770 dev/usb/uhci.c 	u_int bestbw, bw, bestoffs, offs;
bestbw           2792 dev/usb/uhci.c 	for (bestoffs = offs = 0, bestbw = ~0; offs < ival; offs++) {
bestbw           2795 dev/usb/uhci.c 		if (bw < bestbw) {
bestbw           2796 dev/usb/uhci.c 			bestbw = bw;
bestbw           2800 dev/usb/uhci.c 	DPRINTFN(1, ("uhci_device_setintr: bw=%d offs=%d\n", bestbw, bestoffs));