Home
last modified time | relevance | path

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

/linux/drivers/soc/qcom/
H A Drpmh-rsc.c968 } tcs_cfg[TCS_TYPE_NR] = { { 0 } }; in rpmh_probe_tcs_config() local
994 i * 2, &tcs_cfg[i].type); in rpmh_probe_tcs_config()
997 if (tcs_cfg[i].type >= TCS_TYPE_NR) in rpmh_probe_tcs_config()
1001 i * 2 + 1, &tcs_cfg[i].n); in rpmh_probe_tcs_config()
1004 if (tcs_cfg[i].n > MAX_TCS_PER_TYPE) in rpmh_probe_tcs_config()
1009 tcs = &drv->tcs[tcs_cfg[i].type]; in rpmh_probe_tcs_config()
1013 tcs->type = tcs_cfg[i].type; in rpmh_probe_tcs_config()
1014 tcs->num_tcs = tcs_cfg[i].n; in rpmh_probe_tcs_config()