Home
last modified time | relevance | path

Searched refs:debug_funnel_regs (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/accel/habanalabs/goya/
Dgoya_coresight.c73 static u64 debug_funnel_regs[GOYA_FUNNEL_LAST + 1] = { variable
489 if (params->reg_idx >= ARRAY_SIZE(debug_funnel_regs)) { in goya_config_funnel()
494 base_reg = debug_funnel_regs[params->reg_idx] - CFG_BASE; in goya_config_funnel()
/linux-6.12.1/drivers/accel/habanalabs/gaudi/
Dgaudi_coresight.c120 static u64 debug_funnel_regs[GAUDI_FUNNEL_LAST + 1] = { variable
703 if (params->reg_idx >= ARRAY_SIZE(debug_funnel_regs)) { in gaudi_config_funnel()
708 base_reg = debug_funnel_regs[params->reg_idx] - CFG_BASE; in gaudi_config_funnel()
/linux-6.12.1/drivers/accel/habanalabs/gaudi2/
Dgaudi2_coresight.c348 static u64 debug_funnel_regs[GAUDI2_FUNNEL_LAST + 1] = { variable
2307 if (params->reg_idx >= ARRAY_SIZE(debug_funnel_regs)) { in gaudi2_config_funnel()
2312 base_reg = debug_funnel_regs[params->reg_idx]; in gaudi2_config_funnel()
2644 debug_funnel_regs[binned_component->funnel_id] = 0x0; in gaudi2_coresight_set_disabled_components()