Searched refs:olddma (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/media/pci/ttpci/ |
H A D | budget-core.c | 179 u32 olddma = budget->ttbp; in vpeirq() local 195 if (budget->feeding == 0 || newdma == olddma) in vpeirq() 198 if (newdma > olddma) { /* no wraparound, dump olddma..newdma */ in vpeirq() 199 count = newdma - olddma; in vpeirq() 200 dvb_dmx_swfilter_packets(&budget->demux, mem + olddma, count / 188); in vpeirq() 202 count = budget->buffer_size - olddma; in vpeirq() 203 dvb_dmx_swfilter_packets(&budget->demux, mem + olddma, count / 188); in vpeirq()
|
/linux/drivers/staging/media/av7110/ |
H A D | av7110.c | 1225 u32 olddma = budget->ttbp; in vpeirq() local 1237 if (!budget->feeding1 || (newdma == olddma)) in vpeirq() 1246 pr_info("%s(): %02x Event Counter 1 0x%04x\n", __func__, mem[olddma], in vpeirq() 1250 if (newdma > olddma) { in vpeirq() 1252 dvb_dmx_swfilter_packets(demux, mem + olddma, (newdma - olddma) / 188); in vpeirq() 1255 dvb_dmx_swfilter_packets(demux, mem + olddma, (TS_BUFLEN - olddma) / 188); in vpeirq()
|