Home
last modified time | relevance | path

Searched defs:mul (Results 1 – 17 of 17) sorted by relevance

/openbmc/u-boot/arch/arm/mach-at91/arm920t/
H A Dclock.c43 unsigned i, div = 0, mul = 0, diff = 1 << 30; in at91_pll_calc() local
92 unsigned mul, div; in at91_pll_rate() local
/openbmc/u-boot/include/linux/
H A Dmath64.h150 static inline u64 mul_u64_u32_shr(u64 a, u32 mul, unsigned int shift) in mul_u64_u32_shr()
157 static inline u64 mul_u64_u64_shr(u64 a, u64 mul, unsigned int shift) in mul_u64_u64_shr()
166 static inline u64 mul_u64_u32_shr(u64 a, u32 mul, unsigned int shift) in mul_u64_u32_shr()
229 static inline u64 mul_u64_u32_div(u64 a, u32 mul, u32 divisor) in mul_u64_u32_div()
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/
H A Dclock.c43 unsigned i, div = 0, mul = 0, diff = 1 << 30; in at91_pll_calc() local
100 unsigned mul, div; in at91_pll_rate() local
/openbmc/u-boot/drivers/clk/
H A Dclk_boston.c31 uint32_t in_rate, mul, div; in clk_boston_get_rate() local
H A Dclk_pic32.c282 u32 v, idiv, mul; in pic32_get_mpll_rate() local
H A Dclk_zynq.c133 u32 clk_ctrl, reset, pwrdwn, mul, bypass; in zynq_clk_get_pll_rate() local
H A Dclk_zynqmp.c339 u32 clk_ctrl, reset, mul; in zynqmp_clk_get_pll_rate() local
/openbmc/u-boot/arch/arm/mach-at91/armv7/
H A Dclock.c41 unsigned mul, div; in at91_pll_rate() local
/openbmc/qemu/target/tricore/
H A Dop_helper.c699 int64_t mul; in helper_madd64_ssov() local
773 int64_t result, mul; in helper_madd64_q_ssov() local
824 int64_t mul, ret; in helper_maddr_q_ssov() local
854 uint64_t ret, mul; in helper_madd64_suov() local
895 uint64_t mul; in helper_msub32_suov() local
921 int64_t mul; in helper_msub64_ssov() local
950 uint64_t ret, mul; in helper_msub64_suov() local
1021 int64_t result, mul; in helper_msub64_q_ssov() local
1073 int64_t mul, ret; in helper_msubr_q_ssov() local
1277 int64_t mul, ret; in helper_maddr_q() local
[all …]
/openbmc/qemu/target/sh4/
H A Dop_helper.c164 int64_t mul = (int64_t)arg0 * arg1; in helper_macl() local
182 int32_t mul = arg0 * arg1; in helper_macw() local
/openbmc/qemu/hw/audio/
H A Dfmopl.h21 uint32_t mul; /* multiple :ML_TABLE[ML] */ member
/openbmc/qemu/util/
H A Dcutils.c231 int64_t mul; in do_strtosz() local
/openbmc/qemu/net/
H A Dvhost-vdpa.c818 struct virtio_net_ctrl_mac mul = { in vhost_vdpa_net_load_mac() local
/openbmc/qemu/disas/
H A Dmicroblaze.c102 addi, rsubi, addic, rsubic, addik, rsubik, addikc, rsubikc, mul, mulh, mulhu, mulhsu, enumerator
/openbmc/qemu/audio/
H A Daudio.c287 int bits = 8, mul; in audio_pcm_init_info() local
/openbmc/qemu/target/microblaze/
H A Dtranslate.c496 DO_TYPEA_CFG(mul, use_hw_mul, false, tcg_gen_mul_i32) in DO_TYPEA_CFG() argument
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c3485 bool neg_acc, vsxger_muladd_f mul, vsxger_muladd_f muladd, in vsxger()