Home
last modified time | relevance | path

Searched refs:fix (Results 1 – 25 of 35) sorted by relevance

12

/u-boot/drivers/clk/
A Dclk-fixed-factor.c23 struct clk_fixed_factor *fix = to_clk_fixed_factor(clk); in clk_factor_recalc_rate() local
27 rate = (unsigned long long int)parent_rate * fix->mult; in clk_factor_recalc_rate()
28 do_div(rate, fix->div); in clk_factor_recalc_rate()
40 struct clk_fixed_factor *fix; in clk_hw_register_fixed_factor() local
44 fix = kzalloc(sizeof(*fix), GFP_KERNEL); in clk_hw_register_fixed_factor()
45 if (!fix) in clk_hw_register_fixed_factor()
49 fix->mult = mult; in clk_hw_register_fixed_factor()
50 fix->div = div; in clk_hw_register_fixed_factor()
51 clk = &fix->clk; in clk_hw_register_fixed_factor()
57 kfree(fix); in clk_hw_register_fixed_factor()
/u-boot/drivers/video/imx/
A Dmxc_ipuv3_fb.c173 fbi->fix.line_length, in setup_disp_channel2()
174 fbi->fix.smem_start, in setup_disp_channel2()
175 fbi->fix.smem_start + in setup_disp_channel2()
184 fbi->fix.smem_start, in setup_disp_channel2()
209 if (!fbi->fix.smem_start || (mem_len > fbi->fix.smem_len)) { in mxcfb_set_par()
388 if (fbi->fix.smem_len < fbi->var.yres_virtual * fbi->fix.line_length) { in mxcfb_map_video_memory()
392 fbi->fix.smem_len = roundup(fbi->fix.smem_len, ARCH_DMA_MINALIGN); in mxcfb_map_video_memory()
399 fbi->fix.smem_len = 0; in mxcfb_map_video_memory()
405 (uint32_t) fbi->fix.smem_start, fbi->fix.smem_len); in mxcfb_map_video_memory()
420 fbi->fix.smem_len = 0; in mxcfb_unmap_video_memory()
[all …]
/u-boot/scripts/
A Ddocumentation-file-ref-check22 my $fix = 0;
31 'fix' => \$fix,
42 print "Finding broken references. This may take a while... " if ($fix);
65 if ($fix && !$doc_fix) {
140 if ($fix) {
153 exit 0 if (!$fix);
A Dcheckpatch.pl43 my $fix = 0;
3086 $fix) {
3093 $fix) {
3173 $fix) {
3375 $fix) {
3385 $fix) {
3459 $fix) {
3533 $fix) {
3544 $fix) {
3587 $fix) {
[all …]
A DMakefile.lib95 name-fix = $(squote)$(quote)$(subst $(comma),_,$(subst -,_,$1))$(quote)$(squote)
96 basename_flags = -DKBUILD_BASENAME=$(call name-fix,$(basetarget))
98 -DKBUILD_MODNAME=$(call name-fix,$(modname)))
/u-boot/arch/powerpc/cpu/mpc85xx/
A Du-boot.lds108 * this is a temporary fix. Code to dynamically the fixup the bss
/u-boot/doc/arch/
A Dmips.rst28 - fix dcache_disable() to do both flushing and disabling cache.
/u-boot/board/sbc8548/
A DREADME75 board has the errata fix by running "i2c probe". If you see 0x53
77 then your board does not have the fix.
80 fix has been applied:
98 fix, then you will have to physically remove the LBC 128MB DIMM
/u-boot/doc/sphinx-static/
A Dtheme_overrides.css70 /* fix bottom margin of lists items */
/u-boot/doc/
A DREADME.vxworks30 used, which includes board-specific DTB fix up. To keep backward compatibility,
70 handle bootline fix up for the kernel dtb automatically.
/u-boot/
A D.mailmap2 # This list is used by git-shortlog to fix a few botched name translations
/u-boot/drivers/misc/
A Dfsl_iim.c75 #error Endianess is not defined: please fix to continue
/u-boot/drivers/video/
A Dda8xx-fb.c573 if (info->fix.visual == FB_VISUAL_DIRECTCOLOR) in fb_setcolreg()
1005 da8xx_fb_info->fix = da8xx_fb_fix; in video_hw_init()
1008 da8xx_fb_info->fix.visual = (da8xx_fb_info->var.bits_per_pixel <= 8) ? in video_hw_init()
A Dfsl_diu_fb.c300 info.fix.line_length = info.var.xres * info.var.bits_per_pixel / 8; in fsl_diu_init()
A Dfsl_dcu_fb.c432 fbinfo->fix.line_length = fbinfo->var.xres * in fsl_probe_common()
/u-boot/arch/arm/mach-sunxi/
A Dboard.c153 #error Unsupported console port number. Please fix pin mux settings in board.c in gpio_init()
/u-boot/arch/arm/dts/
A Dsun50i-h6-pine-h64.dts304 * fix this up in no eMMC is connected.
A Dsun8i-r16-bananapi-m2m.dts263 * supported right now, just use the two as always on, and we will fix
A Dsun8i-r40-bananapi-m2-ultra.dts264 * right now, just use the two as always on, and we will fix it later.
A Dsun8i-v40-bananapi-m2-berry.dts244 * right now, just use the two as always on, and we will fix it later.
A Dexynos5420-peach-pit.dts169 * fix the 30Hz no display issue
/u-boot/lib/efi_loader/
A DKconfig223 The EFI device-tree fix-up protocol provides a function to let the
224 firmware apply fix-ups. This may be used by boot loaders.
/u-boot/include/linux/
A Dfb.h498 struct fb_fix_screeninfo fix; /* Current fix */ member
/u-boot/doc/api/
A Dlinker_lists.rst153 The simplest fix seems to be to force each separate linker_list to start
/u-boot/doc/board/emulation/
A Dqemu-mips.rst76 #patch to fix mips interrupt init on 2.6.24.y kernel

Completed in 50 milliseconds

12