Searched refs:cycmax (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/arch/arm/common/
H A Dpl330.c1045 int cyc, cycmax, szlp, szlpend, szbrst, off; local
1083 cycmax = (255 - (szlp + szlpend)) / szbrst;
1085 cyc = (cycmax < cyc) ? cycmax : cyc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/common/
H A Dpl330.c1045 int cyc, cycmax, szlp, szlpend, szbrst, off; local
1083 cycmax = (255 - (szlp + szlpend)) / szbrst;
1085 cyc = (cycmax < cyc) ? cycmax : cyc;

Completed in 111 milliseconds