Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/math-emu/
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 …]
Ddiv_small.S33 divl %ecx
38 divl %ecx
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 */
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)
/linux-6.12.1/drivers/media/dvb-frontends/
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()