Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/habanalabs/goya/
H A Dgoya_coresight.c21 static u64 debug_stm_regs[GOYA_STM_LAST + 1] = { variable
236 if (params->reg_idx >= ARRAY_SIZE(debug_stm_regs)) { in goya_config_stm()
241 base_reg = debug_stm_regs[params->reg_idx] - CFG_BASE; in goya_config_stm()
/openbmc/linux/drivers/accel/habanalabs/gaudi/
H A Dgaudi_coresight.c20 static u64 debug_stm_regs[GAUDI_STM_LAST + 1] = { variable
398 if (params->reg_idx >= ARRAY_SIZE(debug_stm_regs)) { in gaudi_config_stm()
403 base_reg = debug_stm_regs[params->reg_idx] - CFG_BASE; in gaudi_config_stm()
/openbmc/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2_coresight.c62 static u64 debug_stm_regs[GAUDI2_STM_LAST + 1] = { variable
1980 if (params->reg_idx >= ARRAY_SIZE(debug_stm_regs)) { in gaudi2_config_stm()
1985 base_reg = debug_stm_regs[params->reg_idx]; in gaudi2_config_stm()
2632 debug_stm_regs[binned_component->stm_id] = 0x0; in gaudi2_coresight_set_disabled_components()