Searched refs:UHCI_FRAMELIST_COUNT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/usb/controller/
H A Duhci.h37 #define UHCI_FRAMELIST_COUNT 1024 /* units */ macro
161 (UHCI_VFRAMELIST_COUNT > UHCI_FRAMELIST_COUNT))
163 #error "or UHCI_VFRAMELIST_COUNT > UHCI_FRAMELIST_COUNT"
H A Duhci.c173 sizeof(uint32_t) * UHCI_FRAMELIST_COUNT, UHCI_FRAMELIST_ALIGN);
633 for (x = 0; x != UHCI_FRAMELIST_COUNT; x++) {

Completed in 56 milliseconds