Home
last modified time | relevance | path

Searched refs:hw_context (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/gma500/
Dmmu.c138 void psb_mmu_set_pd_context(struct psb_mmu_pd *pd, int hw_context) in psb_mmu_set_pd_context() argument
142 uint32_t offset = (hw_context == 0) ? PSB_CR_BIF_DIR_LIST_BASE0 : in psb_mmu_set_pd_context()
143 PSB_CR_BIF_DIR_LIST_BASE1 + hw_context * 4; in psb_mmu_set_pd_context()
149 pd->hw_context = hw_context; in psb_mmu_set_pd_context()
224 pd->hw_context = -1; in psb_mmu_alloc_pd()
256 if (pd->hw_context != -1) { in psb_mmu_free_pagedir()
257 PSB_WSGX32(0, PSB_CR_BIF_DIR_LIST_BASE0 + pd->hw_context * 4); in psb_mmu_free_pagedir()
307 if (pd->driver->has_clflush && pd->hw_context != -1) { in psb_mmu_alloc_pt()
357 if (pd->hw_context != -1) { in psb_mmu_pt_alloc_map_lock()
394 if (pd->hw_context != -1) { in psb_mmu_pt_unmap_unlock()
[all …]
Dmmu.h52 int hw_context; member
83 extern void psb_mmu_set_pd_context(struct psb_mmu_pd *pd, int hw_context);
/linux-4.1.27/drivers/crypto/
Dtalitos.c656 u32 hw_context[TALITOS_MDEU_MAX_CONTEXT_SIZE / sizeof(u32)]; member
1572 (char *)req_ctx->hw_context, 0, in common_nonsnoop_hash()
1628 req_ctx->hw_context, 0, DMA_FROM_DEVICE); in common_nonsnoop_hash()
1680 req_ctx->hw_context[0] = SHA224_H0; in ahash_init_sha224_swinit()
1681 req_ctx->hw_context[1] = SHA224_H1; in ahash_init_sha224_swinit()
1682 req_ctx->hw_context[2] = SHA224_H2; in ahash_init_sha224_swinit()
1683 req_ctx->hw_context[3] = SHA224_H3; in ahash_init_sha224_swinit()
1684 req_ctx->hw_context[4] = SHA224_H4; in ahash_init_sha224_swinit()
1685 req_ctx->hw_context[5] = SHA224_H5; in ahash_init_sha224_swinit()
1686 req_ctx->hw_context[6] = SHA224_H6; in ahash_init_sha224_swinit()
[all …]
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x.h1289 struct hw_context { struct
1718 struct hw_context context[ILT_MAX_L2_LINES];