Home
last modified time | relevance | path

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

/openbmc/u-boot/examples/standalone/
H A Dsched.c28 #define CTX_SIZE 512 macro
52 uchar context[CTX_SIZE];
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-mem.c427 CTX_SIZE(readl(&ctrl->hccr->cr_hccparams)); in xhci_alloc_container_ctx()
429 ctx->size += CTX_SIZE(readl(&ctrl->hccr->cr_hccparams)); in xhci_alloc_container_ctx()
632 (ctx->bytes + CTX_SIZE(readl(&ctrl->hccr->cr_hccparams))); in xhci_get_slot_ctx()
654 (ep_index * CTX_SIZE(readl(&ctrl->hccr->cr_hccparams)))); in xhci_get_ep_ctx()
H A Dxhci.h1072 #define CTX_SIZE(_hcc) (HCC_64BYTE_CONTEXT(_hcc) ? 64 : 32) macro