Searched refs:block_base (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/accel/habanalabs/common/ |
| H A D | security.c | 229 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() 685 u32 glbl_err_addr, glbl_err_cause, addr_val, cause_val, block_base, in hl_read_glbl_errors() local 689 block_base = base + major * current_block->major_offset + in hl_read_glbl_errors() 693 glbl_err_cause = block_base + HL_GLBL_ERR_CAUSE_OFFSET; in hl_read_glbl_errors() 698 glbl_err_addr = block_base + HL_GLBL_ERR_ADDR_OFFSET; in hl_read_glbl_errors() [all …]
|
| /linux/crypto/ |
| H A D | essiv.c | 449 struct crypto_alg *base, *block_base; in essiv_create() local 491 block_base = &skcipher_alg->base; in essiv_create() 510 block_base = &aead_alg->base; in essiv_create() 511 if (!strstarts(block_base->cra_name, "authenc(")) { in essiv_create() 523 if (!parse_cipher_name(ictx->essiv_cipher_name, block_base->cra_name)) { in essiv_create() 543 block_base->cra_name, hash_alg->base.cra_name); in essiv_create() 555 "essiv(%s,%s)", block_base->cra_name, in essiv_create() 559 "essiv(%s,%s)", block_base->cra_driver_name, in essiv_create() 569 base->cra_blocksize = block_base->cra_blocksize; in essiv_create() 571 base->cra_alignmask = block_base->cra_alignmask; in essiv_create() [all …]
|
| /linux/drivers/dma/ |
| H A D | fsl-qdma.c | 203 void __iomem *block_base; member 220 void __iomem *block_base; member 528 queue_temp->block_base = fsl_qdma->block_base + in fsl_qdma_alloc_queue_resources() 597 block = fsl_qdma->block_base + in fsl_qdma_halt() 612 block = fsl_qdma->block_base + in fsl_qdma_halt() 781 block = fsl_qdma->block_base + in fsl_qdma_queue_handler() 893 block = fsl_qdma->block_base + in fsl_qdma_reg_init() 900 block = fsl_qdma->block_base + in fsl_qdma_reg_init() 997 void __iomem *block = fsl_queue->block_base; in fsl_qdma_enqueue_desc() 1196 fsl_qdma->block_base = devm_platform_ioremap_resource(pdev, 2); in fsl_qdma_probe() [all …]
|
| /linux/drivers/base/regmap/ |
| H A D | regcache.c | 783 unsigned int block_base, in regcache_sync_block_single() argument 790 regtmp = block_base + (i * map->reg_stride); in regcache_sync_block_single() 835 unsigned int block_base, unsigned int start, in regcache_sync_block_raw() argument 845 regtmp = block_base + (i * map->reg_stride); in regcache_sync_block_raw() 877 unsigned int block_base, unsigned int start, in regcache_sync_block() argument 882 block_base, start, end); in regcache_sync_block() 885 block_base, start, end); in regcache_sync_block()
|
| /linux/sound/soc/codecs/ |
| H A D | cs48l32.h | 182 .shift = xshift, .block_base = xbase, .max = 65535 } } 307 unsigned int block_base; member
|
| H A D | cs48l32.c | 1010 block_idx = ((int) params->block_base - (int) CS48L32_EQ1_BAND1_COEFF1); in cs48l32_eq_coeff_get() 1014 coeff_idx = (params->reg - params->block_base) / 2; in cs48l32_eq_coeff_get() 1036 block_idx = ((int) params->block_base - (int) CS48L32_EQ1_BAND1_COEFF1); in cs48l32_eq_coeff_put() 1040 coeff_idx = (params->reg - params->block_base) / 2; in cs48l32_eq_coeff_put()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_bios.c | 83 static u32 _get_blocksize(const u8 *block_base) in _get_blocksize() argument 86 if (*block_base == BDB_MIPI_SEQUENCE && *(block_base + 3) >= 3) in _get_blocksize() 87 return *((const u32 *)(block_base + 4)); in _get_blocksize() 89 return *((const u16 *)(block_base + 1)); in _get_blocksize()
|
| /linux/drivers/accel/habanalabs/gaudi2/ |
| H A D | gaudi2.c | 10995 u64 block_base = cfg_ctx->base + block_idx * cfg_ctx->block_off; in gaudi2_init_block_instances() local 11006 cfg_ctx->instance_cfg_fn(hdev, block_base + i * cfg_ctx->instance_off, in gaudi2_init_block_instances()
|