Searched refs:XHCI_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance
178 sizeof(struct xhci_hw_root), XHCI_PAGE_SIZE); in xhci_iterate_hw_softc()181 sizeof(struct xhci_dev_ctx_addr), XHCI_PAGE_SIZE); in xhci_iterate_hw_softc()185 XHCI_PAGE_SIZE, XHCI_PAGE_SIZE); in xhci_iterate_hw_softc()196 offset = ((uintptr_t)ptr) & ((XHCI_PAGE_SIZE - 1) & ~(31U)); in xhci_ctx_set_le32()209 offset = ((uintptr_t)ptr) & ((XHCI_PAGE_SIZE - 1) & ~(31U)); in xhci_ctx_get_le32()222 offset = ((uintptr_t)ptr) & ((XHCI_PAGE_SIZE - 1) & ~(31U)); in xhci_ctx_set_le64()236 offset = ((uintptr_t)ptr) & ((XHCI_PAGE_SIZE - 1) & ~(31U)); in xhci_ctx_get_le64()2450 XHCI_EPCTX_4_AVG_TRB_LEN_SET(MIN(XHCI_PAGE_SIZE, in xhci_configure_endpoint()2457 temp = XHCI_EPCTX_4_AVG_TRB_LEN_SET(XHCI_PAGE_SIZE); in xhci_configure_endpoint()2707 sizeof(struct xhci_dev_ctx), XHCI_PAGE_SIZE)) in xhci_alloc_device_ext()[all …]
62 #define XHCI_PAGE_SIZE 4096 /* bytes */ macro