Home
last modified time | relevance | path

Searched refs:divl (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/x86/math-emu/
H A Dwm_sqrt.S141 divl %esi /* current estimate */
146 divl %esi
151 divl %esi
181 divl %esi
185 divl %esi
189 divl %esi
193 divl %esi
287 divl %esi
291 divl %esi
306 divl %esi
[all …]
H A Ddiv_small.S33 divl %ecx
38 divl %ecx
H A Dreg_u_div.S133 divl %ecx
138 divl %ecx
143 divl %ecx
229 divl %ecx /* Divide the numerator by the augmented
304 divl %ecx /* Divide the numerator by the denom ms dw */
H A Ddiv_Xsig.S147 divl %ecx /* Divide the numerator by the augmented
222 divl %ecx /* Divide the numerator by the denom ms dw */
325 divl XsigH(%ebx)
/openbmc/u-boot/drivers/i2c/
H A Drk_i2c.c46 static inline void rk_i2c_get_div(int div, int *divh, int *divl) in rk_i2c_get_div() argument
48 *divl = div / 2; in rk_i2c_get_div()
63 int div, divl, divh; in rk_i2c_set_clk() local
70 divl = 0; in rk_i2c_set_clk()
72 rk_i2c_get_div(div, &divh, &divl); in rk_i2c_set_clk()
73 writel(I2C_CLKDIV_VAL(divl, divh), &i2c->regs->clkdiv); in rk_i2c_set_clk()
77 debug("set i2c clk div = %d, divh = %d, divl = %d\n", div, divh, divl); in rk_i2c_set_clk()
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Di2c.h41 #define I2C_CLKDIV_VAL(divl, divh) \ argument
42 (((divl) & 0xffff) | (((divh) << 16) & 0xffff0000))
/openbmc/linux/drivers/media/dvb-frontends/
H A Dsi2165.c208 u8 divl = 12; in si2165_init_pll() local
245 state->sys_clk = state->fvco_hz / (divl * 2u); in si2165_init_pll()
248 buf[0] = divl; in si2165_init_pll()
255 static int si2165_adjust_pll_divl(struct si2165_state *state, u8 divl) in si2165_adjust_pll_divl() argument
257 state->sys_clk = state->fvco_hz / (divl * 2u); in si2165_adjust_pll_divl()
258 return si2165_writereg8(state, REG_PLL_DIVL, divl); in si2165_adjust_pll_divl()
/openbmc/qemu/target/m68k/
H A Dtranslate.c1547 DISAS_INSN(divl) in DISAS_INSN() argument
5861 INSN(divl, 4c40, ffc0, CF_ISA_A); in register_m68k_insns()
5862 INSN(divl, 4c40, ffc0, LONG_MULDIV); in register_m68k_insns()
/openbmc/qemu/tests/tcg/i386/
H A Dx86.csv563 "DIV r/m32","DIVL r/m32","divl r/m32","F7 /6","V","V","","operand32","r","Y","32"