Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/soc/qcom/
Drpmh-rsc.c431 if (i + len >= tcs->num_tcs * tcs->ncpt) in find_match()
462 if (slot >= tcs->num_tcs * tcs->ncpt) in find_slots()
464 i += tcs->ncpt; in find_slots()
473 offset = slot / tcs->ncpt; in find_slots()
475 *cmd_id = slot % tcs->ncpt; in find_slots()
532 u32 config, max_tcs, ncpt, offset; in rpmh_probe_tcs_config() local
556 ncpt = config & (DRV_NCPT_MASK << DRV_NCPT_SHIFT); in rpmh_probe_tcs_config()
557 ncpt = ncpt >> DRV_NCPT_SHIFT; in rpmh_probe_tcs_config()
586 tcs->ncpt = ncpt; in rpmh_probe_tcs_config()
608 tcs->num_tcs * ncpt, sizeof(u32), in rpmh_probe_tcs_config()
Drpmh-internal.h42 int ncpt; member