Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/soc/qcom/
Drpmh-rsc.c675 if (slot >= tcs->num_tcs * tcs->ncpt) in find_slots()
677 i += tcs->ncpt; in find_slots()
682 offset = slot / tcs->ncpt; in find_slots()
684 *cmd_id = slot % tcs->ncpt; in find_slots()
845 u32 config, max_tcs, ncpt, offset; in rpmh_probe_tcs_config() local
860 ncpt = config & (DRV_NCPT_MASK << DRV_NCPT_SHIFT); in rpmh_probe_tcs_config()
861 ncpt = ncpt >> DRV_NCPT_SHIFT; in rpmh_probe_tcs_config()
890 tcs->ncpt = ncpt; in rpmh_probe_tcs_config()
Drpmh-internal.h50 int ncpt; member