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/
H A 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()
193 /* exploit the fact that our structures are XHCI_PAGE_SIZE aligned */ in xhci_ctx_set_le32()
195 offset = ((uintptr_t)ptr) & ((XHCI_PAGE_SIZE - 1) & ~(31U)); in xhci_ctx_set_le32()
206 /* exploit the fact that our structures are XHCI_PAGE_SIZE aligned */ in xhci_ctx_get_le32()
208 offset = ((uintptr_t)ptr) & ((XHCI_PAGE_SIZE - 1) & ~(31U)); in xhci_ctx_get_le32()
219 /* exploit the fact that our structures are XHCI_PAGE_SIZE aligned */ in xhci_ctx_set_le64()
221 offset = ((uintptr_t)ptr) & ((XHCI_PAGE_SIZE in xhci_ctx_set_le64()
[all...]
H A Dxhci.h61 #define XHCI_PAGE_SIZE 4096 /* bytes */ macro

Completed in 4 milliseconds