Searched refs:CTX_SIZE (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/usb/host/
H A Dxhci-caps.h63 #define CTX_SIZE(_hcc) (HCC_64BYTE_CONTEXT(_hcc) ? 64 : 32) macro
H A Dxhci-debugfs.c293 dma = dev->out_ctx->dma + (ep_index + 1) * CTX_SIZE(xhci->hcc_params);
H A Dxhci-mem.c480 ctx->size += CTX_SIZE(xhci->hcc_params);
515 (ctx->bytes + CTX_SIZE(xhci->hcc_params));
528 (ctx->bytes + (ep_index * CTX_SIZE(xhci->hcc_params)));
/linux-master/arch/x86/crypto/
H A Dsha512-avx2-asm.S105 CTX_SIZE = 1*8 define
112 frame_size = frame_CTX + CTX_SIZE
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-gadget.h90 #define CTX_SIZE(_hcc) (HCC_64BYTE_CONTEXT(_hcc) ? 64 : 32) macro
H A Dcdnsp-mem.c467 pdev->out_ctx.ctx_size = CTX_SIZE(pdev->hcc_params);
/linux-master/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.c4382 for (i = 0; i < CTX_SIZE; i += 4)
H A Dbnx2.c2643 for (i = 0; i < (CTX_SIZE / PHY_CTX_SIZE); i++) {

Completed in 350 milliseconds