Home
last modified time | relevance | path

Searched refs:ldf (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/ia64/kernel/
Dhead.S643 ldf.fill.nta f32=[in0],loc0
644 ldf.fill.nta f40=[ r3],loc0
645 ldf.fill.nta f48=[r14],loc0
646 ldf.fill.nta f56=[r15],loc0
648 ldf.fill.nta f64=[in0],loc0
649 ldf.fill.nta f72=[ r3],loc0
650 ldf.fill.nta f80=[r14],loc0
651 ldf.fill.nta f88=[r15],loc0
653 ldf.fill.nta f96=[in0],loc1
654 ldf.fill.nta f104=[ r3],loc1
[all …]
Dmca_asm.S728 ldf.fill f2=[temp1],32
729 ldf.fill f3=[temp2],32
731 ldf.fill f4=[temp1],32
732 ldf.fill f5=[temp2],32
734 ldf.fill f12=[temp1],32
735 ldf.fill f13=[temp2],32
737 ldf.fill f14=[temp1],32
738 ldf.fill f15=[temp2],32
740 ldf.fill f16=[temp1],32
741 ldf.fill f17=[temp2],32
[all …]
Dentry.S92 ldf.fill f12=[sp]; mov f13=f0; mov b5=r0
93 ldf.fill f14=[sp]; ldf.fill f15=[sp]; mov f16=f0
94 ldf.fill f17=[sp]; ldf.fill f18=[sp]; mov f19=f0
95 ldf.fill f20=[sp]; ldf.fill f21=[sp]; mov f22=f0
96 ldf.fill f23=[sp]; ldf.fill f24=[sp]; mov f25=f0
97 ldf.fill f26=[sp]; ldf.fill f27=[sp]; mov f28=f0
98 ldf.fill f29=[sp]; ldf.fill f30=[sp]; mov f31=f0
396 ldf.fill f2=[r14],32
397 ldf.fill f3=[r15],32
399 ldf.fill f4=[r14],32
[all …]
Dgate.S176 ldf.fill f6=[base0],32
177 ldf.fill f7=[base1],32
179 ldf.fill f8=[base0],32
180 ldf.fill f9=[base1],32
182 ldf.fill f10=[base0],32
183 ldf.fill f11=[base1],32
185 ldf.fill f12=[base0],32
186 ldf.fill f13=[base1],32
188 ldf.fill f14=[base0],32
189 ldf.fill f15=[base1],32
Dpal.S289 ldf.fill f10 = [in0],32
290 ldf.fill f11 = [r2],32
292 ldf.fill f12 = [in0],32
293 ldf.fill f13 = [r2],32
295 ldf.fill f14 = [in0],32
296 ldf.fill f15 = [r2],32
/linux-4.4.14/drivers/clk/st/
Dclkgen-pll.c62 struct clkgen_field ldf; member
166 .ldf = CLKGEN_FIELD(0x0, C32_LDF_MASK, 3),
204 .ldf = CLKGEN_FIELD(0x0, C32_LDF_MASK, 3),
322 unsigned long ldf; member
615 unsigned long odf, ldf, idf; in recalc_stm_pll1200c32() local
622 ldf = CLKGEN_READ(pll, ldf); in recalc_stm_pll1200c32()
631 rate = (((parent_rate / 1000) * ldf) / (odf * idf)) * 1000; in recalc_stm_pll1200c32()