Searched refs:pow2 (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/mips/mm/ |
| A D | sc-rm7k.c | 189 unsigned long flags, addr, begin, end, pow2; in __probe_tcache() local 200 pow2 = (256 * 1024); in __probe_tcache() 201 for (addr = begin; addr <= end; addr = (begin + pow2)) { in __probe_tcache() 204 pow2 <<= 1; in __probe_tcache() 213 pow2 = (512 * 1024); in __probe_tcache() 214 for (addr = begin + (512 * 1024); addr <= end; addr = begin + pow2) { in __probe_tcache() 218 pow2 <<= 1; in __probe_tcache()
|
| A D | c-r4k.c | 1388 unsigned long flags, addr, begin, end, pow2; in probe_scache() local 1406 pow2 = (64 * 1024); in probe_scache() 1407 for (addr = begin; addr < end; addr = (begin + pow2)) { in probe_scache() 1410 pow2 <<= 1; in probe_scache() 1422 pow2 = (128 * 1024); in probe_scache() 1423 for (addr = begin + (128 * 1024); addr < end; addr = begin + pow2) { in probe_scache() 1428 pow2 <<= 1; in probe_scache()
|
| /linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/ |
| A D | misc_support.h | 25 #define tot_bytes_for_pow2_align(pow2, cur_bytes) ((cur_bytes + (pow2 - 1)) & ~(pow2 - 1)) argument
|
| /linux/tools/testing/selftests/exec/ |
| A D | load_address.c | 53 unsigned long long misalign, pow2; in main() local 94 pow2 = extracted.alignment & (extracted.alignment - 1); in main() 95 ksft_test_result(pow2 == 0, in main() 97 pow2 == 0 ? "" : " NOT", extracted.alignment); in main()
|
| /linux/sound/soc/codecs/ |
| A D | pcm512x.c | 711 int pow2; in pcm512x_find_sck() local 720 pow2 = 1 << fls((pcm512x_pll_max(pcm512x) - 16000000) / bclk_rate); in pcm512x_find_sck() 721 for (; pow2; pow2 >>= 1) { in pcm512x_find_sck() 723 bclk_rate * pow2); in pcm512x_find_sck() 727 if (!pow2) { in pcm512x_find_sck()
|
| /linux/drivers/gpu/drm/i915/ |
| A D | i915_request.c | 1682 bool pow2 = is_power_of_2(READ_ONCE(prev->engine)->mask | in __i915_request_ensure_ordering() local 1696 if ((same_context && uses_guc) || (!uses_guc && pow2)) in __i915_request_ensure_ordering()
|
Completed in 17 milliseconds