Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h60 #define XHCI_TRB_ALIGN 16 /* bytes */ macro
364 } __aligned(XHCI_TRB_ALIGN);
Dxhci.c2735 sizeof(struct xhci_dev_endpoint_trbs), XHCI_TRB_ALIGN)) { in xhci_alloc_device_ext()