Lines Matching defs:olddma
1237 u32 olddma = budget->ttbp;
1249 if (!budget->feeding1 || (newdma == olddma))
1258 mem[olddma],
1262 if (newdma > olddma)
1263 /* no wraparound, dump olddma..newdma */
1264 dvb_dmx_swfilter_packets(demux, mem + olddma, (newdma - olddma) / 188);
1266 /* wraparound, dump olddma..buflen and 0..newdma */
1267 dvb_dmx_swfilter_packets(demux, mem + olddma, (TS_BUFLEN - olddma) / 188);