Searched refs:ncpt (Results 1 – 2 of 2) sorted by relevance
713 if (slot >= tcs->num_tcs * tcs->ncpt) in find_slots()715 i += tcs->ncpt; in find_slots()720 offset = slot / tcs->ncpt; in find_slots()722 *cmd_id = slot % tcs->ncpt; in find_slots()968 u32 config, max_tcs, ncpt, offset; in rpmh_probe_tcs_config() local983 ncpt = config & (DRV_NCPT_MASK << DRV_NCPT_SHIFT); in rpmh_probe_tcs_config()984 ncpt = ncpt >> DRV_NCPT_SHIFT; in rpmh_probe_tcs_config()1013 tcs->ncpt = ncpt; in rpmh_probe_tcs_config()
50 int ncpt; member