Home
last modified time | relevance | path

Searched refs:tcs_cfg (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/soc/qcom/
H A Drpmh-rsc.c867 } tcs_cfg[TCS_TYPE_NR] = { { 0 } }; in rpmh_probe_tcs_config() local
893 i * 2, &tcs_cfg[i].type); in rpmh_probe_tcs_config()
896 if (tcs_cfg[i].type >= TCS_TYPE_NR) in rpmh_probe_tcs_config()
900 i * 2 + 1, &tcs_cfg[i].n); in rpmh_probe_tcs_config()
903 if (tcs_cfg[i].n > MAX_TCS_PER_TYPE) in rpmh_probe_tcs_config()
908 tcs = &drv->tcs[tcs_cfg[i].type]; in rpmh_probe_tcs_config()
912 tcs->type = tcs_cfg[i].type; in rpmh_probe_tcs_config()
913 tcs->num_tcs = tcs_cfg[i].n; in rpmh_probe_tcs_config()
/kernel/linux/linux-6.6/drivers/soc/qcom/
H A Drpmh-rsc.c966 } tcs_cfg[TCS_TYPE_NR] = { { 0 } }; in rpmh_probe_tcs_config() local
992 i * 2, &tcs_cfg[i].type); in rpmh_probe_tcs_config()
995 if (tcs_cfg[i].type >= TCS_TYPE_NR) in rpmh_probe_tcs_config()
999 i * 2 + 1, &tcs_cfg[i].n); in rpmh_probe_tcs_config()
1002 if (tcs_cfg[i].n > MAX_TCS_PER_TYPE) in rpmh_probe_tcs_config()
1007 tcs = &drv->tcs[tcs_cfg[i].type]; in rpmh_probe_tcs_config()
1011 tcs->type = tcs_cfg[i].type; in rpmh_probe_tcs_config()
1012 tcs->num_tcs = tcs_cfg[i].n; in rpmh_probe_tcs_config()

Completed in 5 milliseconds