Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dxhci.h331 #define XHCI_TD_PAGE_SIZE \ macro
336 (((XHCI_TD_PAYLOAD_MAX + XHCI_TD_PAGE_SIZE - 1) / XHCI_TD_PAGE_SIZE) + 1)
H A Dxhci.c1832 if (buf_res.length > XHCI_TD_PAGE_SIZE) in xhci_setup_generic_chain_sub()
1833 buf_res.length = XHCI_TD_PAGE_SIZE; in xhci_setup_generic_chain_sub()