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

/linux-4.4.14/arch/mips/mm/
H A Dsc-rm7k.c188 unsigned long flags, addr, begin, end, pow2; __probe_tcache() local
199 pow2 = (256 * 1024); __probe_tcache()
200 for (addr = begin; addr <= end; addr = (begin + pow2)) { __probe_tcache()
203 pow2 <<= 1; __probe_tcache()
212 pow2 = (512 * 1024); __probe_tcache()
213 for (addr = begin + (512 * 1024); addr <= end; addr = begin + pow2) { __probe_tcache()
217 pow2 <<= 1; __probe_tcache()
H A Dc-r4k.c1338 unsigned long flags, addr, begin, end, pow2; probe_scache() local
1356 pow2 = (64 * 1024); probe_scache()
1357 for (addr = begin; addr < end; addr = (begin + pow2)) { probe_scache()
1360 pow2 <<= 1; probe_scache()
1372 pow2 = (128 * 1024); probe_scache()
1373 for (addr = begin + (128 * 1024); addr < end; addr = begin + pow2) { probe_scache()
1378 pow2 <<= 1; probe_scache()
/linux-4.4.14/drivers/scsi/cxlflash/
H A Dcommon.h45 #define CXLFLASH_NUM_CMDS (2 * CXLFLASH_MAX_CMDS) /* Must be a pow2 for
/linux-4.4.14/sound/soc/codecs/
H A Dpcm512x.c654 int pow2; pcm512x_find_sck() local
663 pow2 = 1 << fls((pcm512x_pll_max(pcm512x) - 16000000) / bclk_rate); pcm512x_find_sck()
664 for (; pow2; pow2 >>= 1) { pcm512x_find_sck()
666 bclk_rate * pow2); pcm512x_find_sck()
670 if (!pow2) { pcm512x_find_sck()

Completed in 234 milliseconds