Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c177 sizeof(struct xhci_hw_root), XHCI_PAGE_SIZE); in xhci_iterate_hw_softc()
180 sizeof(struct xhci_dev_ctx_addr), XHCI_PAGE_SIZE); in xhci_iterate_hw_softc()
184 XHCI_PAGE_SIZE, XHCI_PAGE_SIZE); in xhci_iterate_hw_softc()
195 offset = ((uintptr_t)ptr) & ((XHCI_PAGE_SIZE - 1) & ~(31U)); in xhci_ctx_set_le32()
208 offset = ((uintptr_t)ptr) & ((XHCI_PAGE_SIZE - 1) & ~(31U)); in xhci_ctx_get_le32()
221 offset = ((uintptr_t)ptr) & ((XHCI_PAGE_SIZE - 1) & ~(31U)); in xhci_ctx_set_le64()
235 offset = ((uintptr_t)ptr) & ((XHCI_PAGE_SIZE - 1) & ~(31U)); in xhci_ctx_get_le64()
2430 XHCI_EPCTX_4_AVG_TRB_LEN_SET(MIN(XHCI_PAGE_SIZE, in xhci_configure_endpoint()
2437 temp = XHCI_EPCTX_4_AVG_TRB_LEN_SET(XHCI_PAGE_SIZE); in xhci_configure_endpoint()
2686 sizeof(struct xhci_dev_ctx), XHCI_PAGE_SIZE)) in xhci_alloc_device_ext()
[all …]
Dxhci.h61 #define XHCI_PAGE_SIZE 4096 /* bytes */ macro