Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thermal/
Duniphier_thermal.c76 u32 block_base; member
96 regmap_write_bits(map, tdev->data->block_base + PVTCTLEN, in uniphier_tm_initialize_sensor()
124 regmap_write_bits(map, tdev->data->block_base + PVTCTLMODE, in uniphier_tm_initialize_sensor()
128 regmap_write_bits(map, tdev->data->block_base + EMONREPEAT, in uniphier_tm_initialize_sensor()
166 regmap_write_bits(map, tdev->data->block_base + PVTCTLEN, in uniphier_tm_enable_sensor()
181 regmap_write_bits(map, tdev->data->block_base + PVTCTLEN, in uniphier_tm_disable_sensor()
341 .block_base = 0xe000,
347 .block_base = 0xe800,
/linux-6.12.1/drivers/accel/habanalabs/common/
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-6.12.1/crypto/
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-6.12.1/drivers/dma/
Dfsl-qdma.c200 void __iomem *block_base; member
217 void __iomem *block_base; member
525 queue_temp->block_base = fsl_qdma->block_base + in fsl_qdma_alloc_queue_resources()
594 block = fsl_qdma->block_base + in fsl_qdma_halt()
609 block = fsl_qdma->block_base + in fsl_qdma_halt()
778 block = fsl_qdma->block_base + in fsl_qdma_queue_handler()
890 block = fsl_qdma->block_base + in fsl_qdma_reg_init()
897 block = fsl_qdma->block_base + in fsl_qdma_reg_init()
994 void __iomem *block = fsl_queue->block_base; in fsl_qdma_enqueue_desc()
1193 fsl_qdma->block_base = devm_platform_ioremap_resource(pdev, 2); in fsl_qdma_probe()
[all …]
/linux-6.12.1/drivers/base/regmap/
Dregcache.c746 unsigned int block_base, in regcache_sync_block_single() argument
753 regtmp = block_base + (i * map->reg_stride); in regcache_sync_block_single()
798 unsigned int block_base, unsigned int start, in regcache_sync_block_raw() argument
808 regtmp = block_base + (i * map->reg_stride); in regcache_sync_block_raw()
840 unsigned int block_base, unsigned int start, in regcache_sync_block() argument
845 block_base, start, end); in regcache_sync_block()
848 block_base, start, end); in regcache_sync_block()
Dinternal.h262 unsigned int block_base, unsigned int start,
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_bios.c80 static u32 _get_blocksize(const u8 *block_base) in _get_blocksize() argument
83 if (*block_base == BDB_MIPI_SEQUENCE && *(block_base + 3) >= 3) in _get_blocksize()
84 return *((const u32 *)(block_base + 4)); in _get_blocksize()
86 return *((const u16 *)(block_base + 1)); in _get_blocksize()
/linux-6.12.1/drivers/accel/habanalabs/gaudi2/
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()