Searched refs:ncpt (Results 1 – 2 of 2) sorted by relevance
698 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() local884 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()
50 int ncpt; member