Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci.h71 #define EHCI_PAGE_SIZE 0x1000 macro
72 #if ((USB_PAGE_SIZE < EHCI_PAGE_SIZE) || (EHCI_PAGE_SIZE == 0) || \
206 #define EHCI_QTD_PAYLOAD_MAX ((EHCI_QTD_NBUFFERS-1)*EHCI_PAGE_SIZE)
H A Dehci.c1606 while (average > EHCI_PAGE_SIZE) { in ehci_setup_standard_chain_sub()
1607 average -= EHCI_PAGE_SIZE; in ehci_setup_standard_chain_sub()
1608 buf_offset += EHCI_PAGE_SIZE; in ehci_setup_standard_chain_sub()

Completed in 5 milliseconds