Lines Matching defs:stream_id
241 unsigned int stream_id;
1334 static int tegra_dma_program_sid(struct tegra_dma_channel *tdc, int stream_id)
1341 reg_val |= FIELD_PREP(TEGRA_GPCDMA_MCSEQ_STREAM_ID0_MASK, stream_id);
1342 reg_val |= FIELD_PREP(TEGRA_GPCDMA_MCSEQ_STREAM_ID1_MASK, stream_id);
1352 unsigned int stream_id, i;
1386 stream_id = iommu_spec->ids[0] & 0xffff;
1420 tegra_dma_program_sid(tdc, stream_id);
1421 tdc->stream_id = stream_id;
1519 tegra_dma_program_sid(tdc, tdc->stream_id);