Searched refs:pow2 (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/staging/media/atomisp/pci/hive_isp_css_include/
H A Dmisc_support.h25 #define tot_bytes_for_pow2_align(pow2, cur_bytes) ((cur_bytes + (pow2 - 1)) & ~(pow2 - 1))
/linux-master/arch/mips/mm/
H A Dsc-rm7k.c189 unsigned long flags, addr, begin, end, pow2; local
200 pow2 = (256 * 1024);
201 for (addr = begin; addr <= end; addr = (begin + pow2)) {
204 pow2 <<= 1;
213 pow2 = (512 * 1024);
214 for (addr = begin + (512 * 1024); addr <= end; addr = begin + pow2) {
218 pow2 <<= 1;
H A Dc-r4k.c1388 unsigned long flags, addr, begin, end, pow2; local
1406 pow2 = (64 * 1024);
1407 for (addr = begin; addr < end; addr = (begin + pow2)) {
1410 pow2 <<= 1;
1422 pow2 = (128 * 1024);
1423 for (addr = begin + (128 * 1024); addr < end; addr = begin + pow2) {
1428 pow2 <<= 1;
/linux-master/lib/crypto/mpi/
H A Dec.c461 void (*pow2)(MPI w, const MPI b, struct mpi_ec_ctx *ctx); member in struct:field_table
617 ctx->pow2 = ec_pow2;
631 ctx->pow2 = field_table[i].pow2;
866 ctx->pow2(B, B, ctx);
870 ctx->pow2(C, X1, ctx);
871 ctx->pow2(D, Y1, ctx);
883 ctx->pow2(H, Z1, ctx);
1102 ctx->pow2(B, A, ctx);
1176 ctx->pow2(p
[all...]
/linux-master/sound/soc/codecs/
H A Dpcm512x.c711 int pow2; local
720 pow2 = 1 << fls((pcm512x_pll_max(pcm512x) - 16000000) / bclk_rate);
721 for (; pow2; pow2 >>= 1) {
723 bclk_rate * pow2);
727 if (!pow2) {
/linux-master/include/linux/
H A Dmpi.h244 void (*pow2)(MPI w, const MPI b, struct mpi_ec_ctx *ctx); member in struct:mpi_ec_ctx
/linux-master/drivers/gpu/drm/i915/
H A Di915_request.c1682 bool pow2 = is_power_of_2(READ_ONCE(prev->engine)->mask | local
1696 if ((same_context && uses_guc) || (!uses_guc && pow2))

Completed in 137 milliseconds