Home
last modified time | relevance | path

Searched refs:CTX_SIZE (Results 1 – 3 of 3) sorted by relevance

/u-boot/examples/standalone/
A Dsched.c28 #define CTX_SIZE 512 macro
52 uchar context[CTX_SIZE];
/u-boot/drivers/usb/host/
A Dxhci-mem.c437 CTX_SIZE(readl(&ctrl->hccr->cr_hccparams)); in xhci_alloc_container_ctx()
439 ctx->size += CTX_SIZE(readl(&ctrl->hccr->cr_hccparams)); in xhci_alloc_container_ctx()
639 (ctx->bytes + CTX_SIZE(readl(&ctrl->hccr->cr_hccparams))); in xhci_get_slot_ctx()
661 (ep_index * CTX_SIZE(readl(&ctrl->hccr->cr_hccparams)))); in xhci_get_ep_ctx()
/u-boot/include/usb/
A Dxhci.h1066 #define CTX_SIZE(_hcc) (HCC_64BYTE_CONTEXT(_hcc) ? 64 : 32) macro

Completed in 9 milliseconds