HelenOS sources

XHCI_ONE_CTX_SIZE  180 uspace/drv/bus/usb/xhci/hw_struct/context.h     (xhci_##type##_ctx_to_charptr(ctx) + (ci) * XHCI_ONE_CTX_SIZE(hc))
XHCI_ONE_CTX_SIZE  185 uspace/drv/bus/usb/xhci/hw_struct/context.h #define XHCI_DEVICE_CTX_SIZE(hc) ((1 + XHCI_EP_COUNT) * XHCI_ONE_CTX_SIZE(hc))
XHCI_ONE_CTX_SIZE  259 uspace/drv/bus/usb/xhci/hw_struct/context.h #define XHCI_INPUT_CTX_SIZE(hc) (XHCI_ONE_CTX_SIZE(hc) + XHCI_DEVICE_CTX_SIZE(hc))
HelenOS homepage, sources at GitHub