Searched refs:next_prg (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dvideo1394.c878 int next_prg; local
904 next_prg = (d->last_buffer + 1) % d->num_desc;
907 cpu_to_le32((dma_prog_region_offset_to_bus(&d->prg_reg[next_prg], 0)
910 d->last_buffer = next_prg;
1016 int next_prg; local
1046 next_prg = (d->last_buffer + 1) % d->num_desc;
1057 d, next_prg, psizes, ohci);
1065 cpu_to_le32((dma_prog_region_offset_to_bus(&d->prg_reg[next_prg],
1070 cpu_to_le32((dma_prog_region_offset_to_bus(&d->prg_reg[next_prg],
1074 d->last_buffer = next_prg;
[all...]

Completed in 157 milliseconds