Searched refs:cpbFullness (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/crystalhd/
H A Dcrystalhd_hw.c487 uint32_t cpbSize, cpbFullness, fifoSize; local
508 cpbFullness = writep - readp;
510 cpbFullness = (end - base) - (readp - writep);
512 fifoSize = cpbSize - cpbFullness;

Completed in 108 milliseconds