UHCI_VFRAMELIST_COUNT  465 dev/usb/uhci.c 	for(i = 0; i < UHCI_VFRAMELIST_COUNT; i++) {
UHCI_VFRAMELIST_COUNT  485 dev/usb/uhci.c 		     j += UHCI_VFRAMELIST_COUNT)
UHCI_VFRAMELIST_COUNT 1375 dev/usb/uhci.c 			if (++n >= UHCI_VFRAMELIST_COUNT)
UHCI_VFRAMELIST_COUNT 2335 dev/usb/uhci.c 	if (iso->inuse >= UHCI_VFRAMELIST_COUNT)
UHCI_VFRAMELIST_COUNT 2342 dev/usb/uhci.c 		next = (UREAD2(sc, UHCI_FRNUM) + 3) % UHCI_VFRAMELIST_COUNT;
UHCI_VFRAMELIST_COUNT 2357 dev/usb/uhci.c 		if (++next >= UHCI_VFRAMELIST_COUNT)
UHCI_VFRAMELIST_COUNT 2401 dev/usb/uhci.c 	if (i >= UHCI_VFRAMELIST_COUNT)
UHCI_VFRAMELIST_COUNT 2402 dev/usb/uhci.c 		i -= UHCI_VFRAMELIST_COUNT;
UHCI_VFRAMELIST_COUNT 2460 dev/usb/uhci.c 		if (++n >= UHCI_VFRAMELIST_COUNT)
UHCI_VFRAMELIST_COUNT 2494 dev/usb/uhci.c 	for (i = 0; i < UHCI_VFRAMELIST_COUNT; i++)
UHCI_VFRAMELIST_COUNT 2499 dev/usb/uhci.c 	for (i = 0; i < UHCI_VFRAMELIST_COUNT; i++) {
UHCI_VFRAMELIST_COUNT 2535 dev/usb/uhci.c 	iso->stds = malloc(UHCI_VFRAMELIST_COUNT * sizeof (uhci_soft_td_t *),
UHCI_VFRAMELIST_COUNT 2542 dev/usb/uhci.c 	for (i = 0; i < UHCI_VFRAMELIST_COUNT; i++) {
UHCI_VFRAMELIST_COUNT 2553 dev/usb/uhci.c 	for (i = 0; i < UHCI_VFRAMELIST_COUNT; i++) {
UHCI_VFRAMELIST_COUNT 2778 dev/usb/uhci.c 	if (ival > UHCI_VFRAMELIST_COUNT)
UHCI_VFRAMELIST_COUNT 2779 dev/usb/uhci.c 		ival = UHCI_VFRAMELIST_COUNT;
UHCI_VFRAMELIST_COUNT 2780 dev/usb/uhci.c 	npoll = (UHCI_VFRAMELIST_COUNT + ival - 1) / ival;
UHCI_VFRAMELIST_COUNT 2791 dev/usb/uhci.c #define MOD(i) ((i) & (UHCI_VFRAMELIST_COUNT-1))
UHCI_VFRAMELIST_COUNT  143 dev/usb/uhcivar.h 	struct uhci_vframe sc_vframes[UHCI_VFRAMELIST_COUNT];