Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/math-emu/
Dwm_sqrt.S140 divl %esi /* current estimate */
145 divl %esi
150 divl %esi
180 divl %esi
184 divl %esi
188 divl %esi
192 divl %esi
286 divl %esi
290 divl %esi
305 divl %esi
[all …]
Ddiv_small.S32 divl %ecx
37 divl %ecx
Dreg_u_div.S132 divl %ecx
137 divl %ecx
142 divl %ecx
228 divl %ecx /* Divide the numerator by the augmented
303 divl %ecx /* Divide the numerator by the denom ms dw */
Ddiv_Xsig.S146 divl %ecx /* Divide the numerator by the augmented
221 divl %ecx /* Divide the numerator by the denom ms dw */
324 divl XsigH(%ebx)
/linux-4.4.14/drivers/media/dvb-frontends/
Dsi2165.c258 u8 divl = 12; in si2165_init_pll() local
291 state->sys_clk = state->fvco_hz / (divl * 2u); in si2165_init_pll()
294 buf[0] = divl; in si2165_init_pll()
301 static int si2165_adjust_pll_divl(struct si2165_state *state, u8 divl) in si2165_adjust_pll_divl() argument
303 state->sys_clk = state->fvco_hz / (divl * 2u); in si2165_adjust_pll_divl()
304 return si2165_writereg8(state, 0x00a0, divl); /* pll_divl */ in si2165_adjust_pll_divl()