Home
last modified time | relevance | path

Searched refs:fb (Results 1 – 25 of 54) sorted by relevance

123

/arch/arm/mach-vt8500/
A Dvt8500.c65 struct device_node *fb; in vt8500_init() local
70 fb = of_find_compatible_node(NULL, NULL, "via,vt8500-fb"); in vt8500_init()
71 if (fb) { in vt8500_init()
94 of_node_put(fb); in vt8500_init()
99 fb = of_find_compatible_node(NULL, NULL, "wm,wm8505-fb"); in vt8500_init()
100 if (fb) { in vt8500_init()
126 of_node_put(fb); in vt8500_init()
/arch/alpha/math-emu/
A Dmath.c104 unsigned long fa, fb, fc, func, mode, src; in alpha_fp_emul() local
111 fb = (insn >> 16) & 0x1f; in alpha_fp_emul()
128 vb = alpha_read_fp_reg_s(fb); in alpha_fp_emul()
158 vb = alpha_read_fp_reg(fb); in alpha_fp_emul()
224 vb = alpha_read_fp_reg_s(fb); in alpha_fp_emul()
245 vb = alpha_read_fp_reg(fb); in alpha_fp_emul()
/arch/arm/boot/dts/nxp/imx/
A Dimx53-usbarmory.dts153 lltc,fb-voltage-divider = <100000 158000>;
162 lltc,fb-voltage-divider = <180000 191000>;
171 lltc,fb-voltage-divider = <270000 100000>;
180 lltc,fb-voltage-divider = <511000 158000>;
188 lltc,fb-voltage-divider = <100000 158000>;
196 lltc,fb-voltage-divider = <180000 191000>;
A Dimx6qdl-gw552x.dtsi289 lltc,fb-voltage-divider = <127000 200000>;
300 lltc,fb-voltage-divider = <301000 200000>;
311 lltc,fb-voltage-divider = <127000 200000>;
322 lltc,fb-voltage-divider = <221000 200000>;
333 lltc,fb-voltage-divider = <487000 200000>;
343 lltc,fb-voltage-divider = <634000 200000>;
A Dimx6qdl-gw51xx.dtsi299 lltc,fb-voltage-divider = <127000 200000>;
310 lltc,fb-voltage-divider = <301000 200000>;
321 lltc,fb-voltage-divider = <127000 200000>;
332 lltc,fb-voltage-divider = <221000 200000>;
343 lltc,fb-voltage-divider = <487000 200000>;
353 lltc,fb-voltage-divider = <634000 200000>;
A Dimx6qdl-gw551x.dtsi316 lltc,fb-voltage-divider = <127000 200000>;
327 lltc,fb-voltage-divider = <221000 200000>;
338 lltc,fb-voltage-divider = <127000 200000>;
349 lltc,fb-voltage-divider = <200000 56200>;
360 lltc,fb-voltage-divider = <301000 200000>;
378 lltc,fb-voltage-divider = <634000 200000>;
A Dimx6qdl-gw553x.dtsi304 lltc,fb-voltage-divider = <127000 200000>;
315 lltc,fb-voltage-divider = <221000 200000>;
326 lltc,fb-voltage-divider = <127000 200000>;
337 lltc,fb-voltage-divider = <200000 56200>;
348 lltc,fb-voltage-divider = <301000 200000>;
366 lltc,fb-voltage-divider = <634000 200000>;
A Dimx6qdl-gw5903.dtsi336 lltc,fb-voltage-divider = <301000 200000>;
347 lltc,fb-voltage-divider = <221000 200000>;
358 lltc,fb-voltage-divider = <127000 200000>;
370 lltc,fb-voltage-divider = <127000 200000>;
382 lltc,fb-voltage-divider = <100000 261000>;
392 lltc,fb-voltage-divider = <634000 200000>;
A Dimx1.dtsi96 fb: fb@205000 { label
97 compatible = "fsl,imx1-fb";
A Dimx6qdl-gw52xx.dtsi379 lltc,fb-voltage-divider = <127000 200000>;
390 lltc,fb-voltage-divider = <301000 200000>;
401 lltc,fb-voltage-divider = <127000 200000>;
412 lltc,fb-voltage-divider = <221000 200000>;
423 lltc,fb-voltage-divider = <487000 200000>;
441 lltc,fb-voltage-divider = <634000 200000>;
A Dimx6qdl-gw53xx.dtsi376 lltc,fb-voltage-divider = <127000 200000>;
387 lltc,fb-voltage-divider = <301000 200000>;
398 lltc,fb-voltage-divider = <127000 200000>;
409 lltc,fb-voltage-divider = <221000 200000>;
420 lltc,fb-voltage-divider = <487000 200000>;
438 lltc,fb-voltage-divider = <634000 200000>;
A Dimx6qdl-gw5904.dtsi410 lltc,fb-voltage-divider = <127000 200000>;
421 lltc,fb-voltage-divider = <301000 200000>;
432 lltc,fb-voltage-divider = <127000 200000>;
443 lltc,fb-voltage-divider = <221000 200000>;
454 lltc,fb-voltage-divider = <487000 200000>;
464 lltc,fb-voltage-divider = <634000 200000>;
/arch/powerpc/math-emu/
A Dmath_efp.c182 unsigned long type, func, fc, fa, fb, src, speinsn; in do_spe_mathemu() local
197 fb = (speinsn >> 11) & 0x1f; in do_spe_mathemu()
204 vb.wp[0] = current->thread.evr[fb]; in do_spe_mathemu()
205 vb.wp[1] = regs->gpr[fb]; in do_spe_mathemu()
732 unsigned long speinsn, type, fb, fc, fptype, func; in speround_handler() local
760 fb = (speinsn >> 11) & 0x1f; in speround_handler()
792 s_lo = regs->gpr[fb] & SIGN_BIT_S; in speround_handler()
800 s_lo = regs->gpr[fb] & SIGN_BIT_S; in speround_handler()
802 s_hi = current->thread.evr[fb] & SIGN_BIT_S; in speround_handler()
811 s_hi = current->thread.evr[fb] & SIGN_BIT_S; in speround_handler()
/arch/arm/boot/dts/cirrus/
A Dep7209.dtsi109 fb: fb@800002c0 { label
110 compatible = "cirrus,ep7209-fb";
/arch/powerpc/boot/
A Dredboot.h46 unsigned long fb; /* Pointer to frame buffer (pixel) memory */ member
/arch/arm/boot/dts/vt8500/
A Dwm8650.dtsi204 fb: fb@d8050800 { label
205 compatible = "wm,wm8505-fb";
A Dvt8500-bv07.dts20 &fb {
A Dwm8505-ref.dts20 &fb {
A Dwm8650-mid.dts20 &fb {
A Dwm8505.dtsi223 fb: fb@d8050800 { label
224 compatible = "wm,wm8505-fb";
A Dvt8500.dtsi125 fb: lcd-controller@d800e400 { label
126 compatible = "via,vt8500-fb";
A Dwm8850-w70v2.dts32 &fb {
A Dwm8850.dtsi219 fb: fb@d8051700 { label
220 compatible = "wm,wm8505-fb";
/arch/powerpc/crypto/
A Daes-tab-4k.S44 .long R(8e, 47, 47, c9), R(fb, f0, f0, 0b)
68 .long R(b4, 5a, 5a, ee), R(5b, a0, a0, fb)
82 .long R(4f, aa, aa, e5), R(ed, fb, fb, 16)
208 .long R(19, 98, fb, 24), R(d6, bd, e9, 97)
216 .long R(fd, 0e, ff, fb), R(0f, 85, 38, 56)
231 .long R(44, 66, 3b, c5), R(5b, fb, 7e, 34)
273 .long R(fa, 87, 74, 73), R(fb, 0b, 41, 2e)
/arch/arm/mach-s3c/
A DMakefile.s3c64xx32 obj-$(CONFIG_S3C64XX_SETUP_FB_24BPP) += setup-fb-24bpp-s3c64xx.o

Completed in 37 milliseconds

123