Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-dbgcap.h54 #define DBC_CONTEXT_SIZE 64 macro
162 ((struct xhci_ep_ctx *)((d)->ctx->bytes + DBC_CONTEXT_SIZE))
164 ((struct xhci_ep_ctx *)((d)->ctx->bytes + DBC_CONTEXT_SIZE * 2))
Dxhci-dbgcap.c413 ctx->size = 3 * DBC_CONTEXT_SIZE; in dbc_alloc_ctx()