Home
last modified time | relevance | path

Searched defs:pow2 (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/staging/media/atomisp/pci/hive_isp_css_include/
Dmisc_support.h25 #define tot_bytes_for_pow2_align(pow2, cur_bytes) ((cur_bytes + (pow2 - 1)) & ~(pow2 - 1)) argument
/Linux-v5.15/arch/mips/mm/
Dsc-rm7k.c189 unsigned long flags, addr, begin, end, pow2; in __probe_tcache() local
Dc-r4k.c1544 unsigned long flags, addr, begin, end, pow2; in probe_scache() local
/Linux-v5.15/include/linux/
Dmpi.h244 void (*pow2)(MPI w, const MPI b, struct mpi_ec_ctx *ctx); member
/Linux-v5.15/sound/soc/codecs/
Dpcm512x.c710 int pow2; in pcm512x_find_sck() local
/Linux-v5.15/lib/mpi/
Dec.c461 void (*pow2)(MPI w, const MPI b, struct mpi_ec_ctx *ctx); member