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

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

Completed in 186 milliseconds