Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/soc/qcom/
Drpmh-rsc.c429 if (i + len >= tcs->num_tcs * tcs->ncpt) in find_match()
460 if (slot == tcs->num_tcs * tcs->ncpt) in find_slots()
462 i += tcs->ncpt; in find_slots()
471 offset = slot / tcs->ncpt; in find_slots()
473 *cmd_id = slot % tcs->ncpt; in find_slots()
530 u32 config, max_tcs, ncpt, offset; in rpmh_probe_tcs_config() local
554 ncpt = config & (DRV_NCPT_MASK << DRV_NCPT_SHIFT); in rpmh_probe_tcs_config()
555 ncpt = ncpt >> DRV_NCPT_SHIFT; in rpmh_probe_tcs_config()
584 tcs->ncpt = ncpt; in rpmh_probe_tcs_config()
606 tcs->num_tcs * ncpt, sizeof(u32), in rpmh_probe_tcs_config()
Drpmh-internal.h42 int ncpt; member