Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/soc/qcom/
Drpmh-rsc.c698 if (slot >= tcs->num_tcs * tcs->ncpt) in find_slots()
700 i += tcs->ncpt; in find_slots()
705 offset = slot / tcs->ncpt; in find_slots()
707 *cmd_id = slot % tcs->ncpt; in find_slots()
869 u32 config, max_tcs, ncpt, offset; in rpmh_probe_tcs_config() local
884 ncpt = config & (DRV_NCPT_MASK << DRV_NCPT_SHIFT); in rpmh_probe_tcs_config()
885 ncpt = ncpt >> DRV_NCPT_SHIFT; in rpmh_probe_tcs_config()
914 tcs->ncpt = ncpt; in rpmh_probe_tcs_config()
Drpmh-internal.h50 int ncpt; member