Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Drpmh-rsc.c699 if (slot >= tcs->num_tcs * tcs->ncpt) in find_slots()
701 i += tcs->ncpt; in find_slots()
706 offset = slot / tcs->ncpt; in find_slots()
708 *cmd_id = slot % tcs->ncpt; in find_slots()
870 u32 config, max_tcs, ncpt, offset; in rpmh_probe_tcs_config() local
885 ncpt = config & (DRV_NCPT_MASK << DRV_NCPT_SHIFT); in rpmh_probe_tcs_config()
886 ncpt = ncpt >> DRV_NCPT_SHIFT; in rpmh_probe_tcs_config()
915 tcs->ncpt = ncpt; in rpmh_probe_tcs_config()
H A Drpmh-internal.h50 int ncpt; member