Lines Matching refs:ncpt
101 * might be present. See ncpt (num cmds per TCS).
698 if (slot >= tcs->num_tcs * tcs->ncpt)
700 i += tcs->ncpt;
705 offset = slot / tcs->ncpt;
707 *cmd_id = slot % tcs->ncpt;
869 u32 config, max_tcs, ncpt, offset;
884 ncpt = config & (DRV_NCPT_MASK << DRV_NCPT_SHIFT);
885 ncpt = ncpt >> DRV_NCPT_SHIFT;
914 tcs->ncpt = ncpt;