Home
last modified time | relevance | path

Searched refs:mul1 (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/arm/mach-at91/arm920t/
H A Dclock.c52 unsigned input, mul1; in at91_pll_calc() local
65 mul1 = out_freq / input; in at91_pll_calc()
66 if (mul1 > 2048) in at91_pll_calc()
68 if (mul1 < 2) in at91_pll_calc()
71 diff1 = out_freq - input * mul1; in at91_pll_calc()
77 mul = mul1; in at91_pll_calc()
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/
H A Dclock.c52 unsigned input, mul1; in at91_pll_calc() local
69 mul1 = out_freq / input; in at91_pll_calc()
74 if (mul1 > 2048) in at91_pll_calc()
76 if (mul1 < 2) in at91_pll_calc()
79 diff1 = out_freq - input * mul1; in at91_pll_calc()
85 mul = mul1; in at91_pll_calc()
/openbmc/linux/lib/crypto/mpi/
H A DMakefile10 generic_mpih-mul1.o \
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/
H A D0004-fast_float-Add-single-header-library-for-from_char-i.patch1125 + const uint64_t mul1 = 0x000F424000000064; // 100 + (1000000ULL << 32)
1129 + val = (((val & mask) * mul1) + (((val >> 16) & mask) * mul2)) >> 32;
/openbmc/linux/
H A Dopengrok0.0.log[all...]