Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/habanalabs/goya/
H A Dgoya_coresight.c101 static u64 debug_bmon_regs[GOYA_BMON_LAST + 1] = { variable
500 if (params->reg_idx >= ARRAY_SIZE(debug_bmon_regs)) { in goya_config_bmon()
505 base_reg = debug_bmon_regs[params->reg_idx] - CFG_BASE; in goya_config_bmon()
/openbmc/linux/drivers/accel/habanalabs/gaudi/
H A Dgaudi_coresight.c199 static u64 debug_bmon_regs[GAUDI_BMON_LAST + 1] = { variable
711 if (params->reg_idx >= ARRAY_SIZE(debug_bmon_regs)) { in gaudi_config_bmon()
716 base_reg = debug_bmon_regs[params->reg_idx] - CFG_BASE; in gaudi_config_bmon()
/openbmc/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2_coresight.c492 static u64 debug_bmon_regs[GAUDI2_BMON_LAST + 1] = { variable
2328 if (params->reg_idx >= ARRAY_SIZE(debug_bmon_regs)) { in gaudi2_config_bmon()
2333 base_reg = debug_bmon_regs[params->reg_idx]; in gaudi2_config_bmon()
2638 debug_bmon_regs[binned_component->bmon_ids[bmon_idx]] = 0x0; in gaudi2_coresight_set_disabled_components()