Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/examples/standalone/
H A Dsched.c30 #define CTX_SIZE 512 macro
54 uchar context[CTX_SIZE];
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-mem.c428 CTX_SIZE(readl(&ctrl->hccr->cr_hccparams)); in xhci_alloc_container_ctx()
430 ctx->size += CTX_SIZE(readl(&ctrl->hccr->cr_hccparams)); in xhci_alloc_container_ctx()
633 (ctx->bytes + CTX_SIZE(readl(&ctrl->hccr->cr_hccparams))); in xhci_get_slot_ctx()
655 (ep_index * CTX_SIZE(readl(&ctrl->hccr->cr_hccparams)))); in xhci_get_ep_ctx()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h1073 #define CTX_SIZE(_hcc) (HCC_64BYTE_CONTEXT(_hcc) ? 64 : 32) macro