Searched refs:sgslot (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/media/video/
H A Domap24xxcam-dma.c395 int sgslot = (int)arg; local
406 sg_state = sgdma->sg_state + sgslot;
441 int queued_sgdma, sgslot; local
450 sgslot = (sgdma->next_sgdma + sgdma->free_sgdma) % NUM_SG_DMA;
452 sg_state = sgdma->sg_state + sgslot;
474 (void *)sgslot)) {
491 sgslot = (sgslot + 1) % NUM_SG_DMA;
550 int sgslot; local
560 sgslot
[all...]

Completed in 39 milliseconds