Searched refs:sdiv (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-s3c2410/
H A Dregs-s3c2443-clock.h157 unsigned int mdiv, pdiv, sdiv; local
162 sdiv = pllval >> S3C2443_PLLCON_SDIVSHIFT;
166 sdiv &= S3C2443_PLLCON_SDIVMASK;
169 do_div(fvco, pdiv << sdiv);
177 unsigned int mdiv, pdiv, sdiv; local
182 sdiv = pllval >> S3C2443_PLLCON_SDIVSHIFT;
186 sdiv &= S3C2443_PLLCON_SDIVMASK;
189 do_div(fvco, (pdiv + 2) << sdiv);
H A Dregs-clock.h86 unsigned int mdiv, pdiv, sdiv; local
91 sdiv = pllval >> S3C2410_PLLCON_SDIVSHIFT;
95 sdiv &= S3C2410_PLLCON_SDIVMASK;
98 do_div(fvco, (pdiv + 2) << sdiv);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_div.c183 BIGNUM *tmp,wnum,*snum,*sdiv,*res; local
208 sdiv=BN_CTX_get(ctx);
212 if (sdiv == NULL || res == NULL) goto err;
217 if (!(BN_lshift(sdiv,divisor,norm_shift))) goto err;
218 sdiv->neg=0;
222 div_n=sdiv->top;
234 /* Get the top 2 words of sdiv */
235 /* i=sdiv->top; */
236 d0=sdiv->d[div_n-1];
237 d1=(div_n == 1)?0:sdiv
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_div.c183 BIGNUM *tmp,wnum,*snum,*sdiv,*res; local
210 sdiv=BN_CTX_get(ctx);
214 if (sdiv == NULL || res == NULL) goto err;
218 if (!(BN_lshift(sdiv,divisor,norm_shift))) goto err;
219 sdiv->neg=0;
223 div_n=sdiv->top;
235 /* Get the top 2 words of sdiv */
236 /* div_n=sdiv->top; */
237 d0=sdiv->d[div_n-1];
238 d1=(div_n == 1)?0:sdiv
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A DMakefile7 lib-y := mul.o rem.o sdiv.o udiv.o umul.o urem.o ashrdi3.o memcpy.o memset.o \

Completed in 63 milliseconds