Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/examples/standalone/
H A Dsched.c30 #define CTX_SIZE 512 macro
54 uchar context[CTX_SIZE];
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h1073 #define CTX_SIZE(_hcc) (HCC_64BYTE_CONTEXT(_hcc) ? 64 : 32) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-debugfs.c292 dma = dev->out_ctx->dma + (ep_index + 1) * CTX_SIZE(xhci->hcc_params); in xhci_endpoint_context_show()
H A Dxhci-mem.c543 ctx->size += CTX_SIZE(xhci->hcc_params); in xhci_alloc_container_ctx()
590 (ctx->bytes + CTX_SIZE(xhci->hcc_params)); in xhci_get_slot_ctx()
604 (ctx->bytes + (ep_index * CTX_SIZE(xhci->hcc_params))); in xhci_get_ep_ctx()
H A Dxhci.h126 #define CTX_SIZE(_hcc) (HCC_64BYTE_CONTEXT(_hcc) ? 64 : 32) macro
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dsha512-avx2-asm.S104 CTX_SIZE = 1*8 define
113 frame_RSPSAVE = frame_CTX + CTX_SIZE
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/
H A Dbnx2.h6586 #define CTX_SIZE (1 << CTX_SHIFT) macro
6587 #define CTX_MASK (CTX_SIZE - 1)
H A Dcnic.c4377 for (i = 0; i < CTX_SIZE; i += 4) in cnic_init_context()
H A Dbnx2.c2643 for (i = 0; i < (CTX_SIZE / PHY_CTX_SIZE); i++) { in bnx2_init_context()