Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/qcom/
H A Drpmh-rsc.c715 if (slot >= tcs->num_tcs * tcs->ncpt) in find_slots()
717 i += tcs->ncpt; in find_slots()
722 offset = slot / tcs->ncpt; in find_slots()
724 *cmd_id = slot % tcs->ncpt; in find_slots()
970 u32 config, max_tcs, ncpt, offset; in rpmh_probe_tcs_config() local
985 ncpt = config & (DRV_NCPT_MASK << DRV_NCPT_SHIFT); in rpmh_probe_tcs_config()
986 ncpt = ncpt >> DRV_NCPT_SHIFT; in rpmh_probe_tcs_config()
1015 tcs->ncpt = ncpt; in rpmh_probe_tcs_config()
H A Drpmh-internal.h50 int ncpt; member