Home
last modified time | relevance | path

Searched refs:XHCI_TD_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h341 #define XHCI_TD_PAGE_SIZE \ macro
346 (((XHCI_TD_PAYLOAD_MAX + XHCI_TD_PAGE_SIZE - 1) / XHCI_TD_PAGE_SIZE) + 1)
Dxhci.c1810 if (buf_res.length > XHCI_TD_PAGE_SIZE) in xhci_setup_generic_chain_sub()
1811 buf_res.length = XHCI_TD_PAGE_SIZE; in xhci_setup_generic_chain_sub()