Searched defs:pow2 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/ |
H A D | misc_support.h | 25 #define tot_bytes_for_pow2_align(pow2, cur_bytes) ((cur_bytes + (pow2 - 1)) & ~(pow2 - 1)) argument
|
/openbmc/linux/arch/mips/mm/ |
H A D | sc-rm7k.c | 189 unsigned long flags, addr, begin, end, pow2; in __probe_tcache() local
|
H A D | c-r4k.c | 1388 unsigned long flags, addr, begin, end, pow2; in probe_scache() local
|
/openbmc/linux/include/linux/ |
H A D | mpi.h | 244 void (*pow2)(MPI w, const MPI b, struct mpi_ec_ctx *ctx); member
|
/openbmc/linux/sound/soc/codecs/ |
H A D | pcm512x.c | 710 int pow2; in pcm512x_find_sck() local
|
/openbmc/linux/lib/crypto/mpi/ |
H A D | ec.c | 461 void (*pow2)(MPI w, const MPI b, struct mpi_ec_ctx *ctx); member
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_request.c | 1683 bool pow2 = is_power_of_2(READ_ONCE(prev->engine)->mask | in __i915_request_ensure_ordering() local
|