Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/habanalabs/goya/
H A Dgoya_coresight.c73 static u64 debug_funnel_regs[GOYA_FUNNEL_LAST + 1] = { variable
479 if (params->reg_idx >= ARRAY_SIZE(debug_funnel_regs)) { in goya_config_funnel()
484 base_reg = debug_funnel_regs[params->reg_idx] - CFG_BASE; in goya_config_funnel()
/openbmc/linux/drivers/accel/habanalabs/gaudi/
H A Dgaudi_coresight.c120 static u64 debug_funnel_regs[GAUDI_FUNNEL_LAST + 1] = { variable
691 if (params->reg_idx >= ARRAY_SIZE(debug_funnel_regs)) { in gaudi_config_funnel()
696 base_reg = debug_funnel_regs[params->reg_idx] - CFG_BASE; in gaudi_config_funnel()
/openbmc/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2_coresight.c348 static u64 debug_funnel_regs[GAUDI2_FUNNEL_LAST + 1] = { variable
2290 if (params->reg_idx >= ARRAY_SIZE(debug_funnel_regs)) { in gaudi2_config_funnel()
2295 base_reg = debug_funnel_regs[params->reg_idx]; in gaudi2_config_funnel()
2626 debug_funnel_regs[binned_component->funnel_id] = 0x0; in gaudi2_coresight_set_disabled_components()