Searched refs:circularIndex (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/staging/dream/camera/
H A Dmsm_vfe8x_proc.c1429 uint16_t circularIndex; local
1433 circularIndex = (in->fragIndex) % (2 * fragmentCount);
1434 nextFragmentAddr = in->addressBuffer[circularIndex];
1436 in->fragIndex = circularIndex + 1;

Completed in 30 milliseconds