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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 122 milliseconds