Lines Matching refs:ncpt
108 * might be present. See ncpt (num cmds per TCS).
713 if (slot >= tcs->num_tcs * tcs->ncpt)
715 i += tcs->ncpt;
720 offset = slot / tcs->ncpt;
722 *cmd_id = slot % tcs->ncpt;
968 u32 config, max_tcs, ncpt, offset;
983 ncpt = config & (DRV_NCPT_MASK << DRV_NCPT_SHIFT);
984 ncpt = ncpt >> DRV_NCPT_SHIFT;
1013 tcs->ncpt = ncpt;