Home
last modified time | relevance | path

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

/linux/drivers/accel/habanalabs/common/
H A Dsecurity.c229 u32 cause, addr, block_base; in hl_ack_pb_security_violations() local
232 block_base = pb_blocks[i] + block_offset; in hl_ack_pb_security_violations()
233 cause = RREG32(block_base + HL_BLOCK_GLBL_ERR_CAUSE); in hl_ack_pb_security_violations()
235 addr = RREG32(block_base + HL_BLOCK_GLBL_ERR_ADDR); in hl_ack_pb_security_violations()
237 block_base, cause, addr); in hl_ack_pb_security_violations()
238 WREG32(block_base + HL_BLOCK_GLBL_ERR_CAUSE, cause); in hl_ack_pb_security_violations()
693 u32 glbl_err_addr, glbl_err_cause, addr_val, cause_val, block_base, in hl_read_glbl_errors() local
697 block_base = base + major * current_block->major_offset + in hl_read_glbl_errors()
701 glbl_err_cause = block_base + HL_GLBL_ERR_CAUSE_OFFSET; in hl_read_glbl_errors()
706 glbl_err_addr = block_base + HL_GLBL_ERR_ADDR_OFFSET; in hl_read_glbl_errors()
[all …]
/linux/crypto/
H A Dessiv.c452 struct crypto_alg *base, *block_base; in essiv_create() local
494 block_base = &skcipher_alg->base; in essiv_create()
513 block_base = &aead_alg->base; in essiv_create()
514 if (!strstarts(block_base->cra_name, "authenc(")) { in essiv_create()
526 if (!parse_cipher_name(ictx->essiv_cipher_name, block_base->cra_name)) { in essiv_create()
546 block_base->cra_name, hash_alg->base.cra_name); in essiv_create()
559 "essiv(%s,%s)", block_base->cra_name, in essiv_create()
563 "essiv(%s,%s)", block_base->cra_driver_name, in essiv_create()
573 base->cra_blocksize = block_base->cra_blocksize; in essiv_create()
575 base->cra_alignmask = block_base->cra_alignmask; in essiv_create()
[all …]
/linux/drivers/gpu/drm/i915/display/
H A Dintel_bios.c81 static u32 _get_blocksize(const u8 *block_base) in _get_blocksize() argument
84 if (*block_base == BDB_MIPI_SEQUENCE && *(block_base + 3) >= 3) in _get_blocksize()
85 return *((const u32 *)(block_base + 4)); in _get_blocksize()
87 return *((const u16 *)(block_base + 1)); in _get_blocksize()
/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c10631 u64 block_base = cfg_ctx->base + block_idx * cfg_ctx->block_off; in gaudi2_init_block_instances() local
10642 cfg_ctx->instance_cfg_fn(hdev, block_base + i * cfg_ctx->instance_off, in gaudi2_init_block_instances()