Home
last modified time | relevance | path

Searched refs:back (Results 1 – 25 of 115) sorted by relevance

12345

/u-boot/lib/efi_loader/
A Defi_rng.c71 goto back; in rng_getinfo()
78 goto back; in rng_getinfo()
90 back: in rng_getinfo()
121 goto back; in getrng()
128 goto back; in getrng()
136 goto back; in getrng()
143 goto back; in getrng()
146 back: in getrng()
/u-boot/drivers/dfu/
A DKconfig38 bool "MMC back end for DFU"
43 bool "NAND back end for DFU"
58 bool "RAM back end for DFU"
63 bool "SPI flash back end for DFU"
69 bool "MTD partition support for SPI flash back end"
74 SPI flash DFU back end.
77 bool "MTD back end for DFU"
84 bool "VIRTUAL flash back end for DFU"
/u-boot/scripts/coccinelle/iterators/
A Dlist_entry_update.cocci4 /// that there is a path from the reassignment back to the top of the loop.
38 @back depends on (org || report) && !context exists@
48 @script:python depends on back && org@
56 @script:python depends on back && report@
/u-boot/drivers/video/
A Dvideo-uclass.c153 int fore, back; in video_set_default_colors() local
158 back = VID_BLACK; in video_set_default_colors()
161 back = VID_WHITE; in video_set_default_colors()
167 fore = back; in video_set_default_colors()
168 back = temp; in video_set_default_colors()
171 priv->bg_col_idx = back; in video_set_default_colors()
173 priv->colour_bg = vid_console_color(priv, back); in video_set_default_colors()
/u-boot/drivers/xen/
A DKconfig8 block device driver. It communicates with a back-end driver
/u-boot/arch/nds32/cpu/n1213/ag101/
A Dwatchdog.S24 sw $p1, [$p0] ! Write back to WD CR
/u-boot/doc/device-tree-bindings/video/
A Dexynos-dp.txt12 samsung,h-back-porch: left margin
16 samsung,v-back-porch: upper margin
/u-boot/board/nvidia/nyan-big/
A DREADME12 To boot it, connect a USB A-A cable from your computer to the back USB port.
/u-boot/doc/device-tree-bindings/leds/
A Dcommon.txt9 "backlight" - LED will act as a back-light, controlled by the framebuffer
/u-boot/fs/reiserfs/
A Dmode_string.c27 #warning mode type bitflag value assumption(s) violated! falling back to larger version
/u-boot/drivers/video/exynos/
A Dexynos_mipi_dsi_lowlevel.h31 unsigned int front, unsigned int back);
/u-boot/doc/
A DREADME.i2c43 5. If not, back off, release the claim and wait for a few more milliseconds
45 6. Go back to 1 if things don't look wedged (wait time has expired)
A DREADME.memory-test77 but when performing back-to-back data transfers in burst mode. Such
/u-boot/doc/uImage.FIT/
A Dmulti_spl.its10 * enabled, "kernel" is searched first. If not found, it falls back to the
/u-boot/doc/arch/
A Dmips.rst21 writing back and invalidating cache lines. This leads to cache
/u-boot/drivers/mailbox/
A DKconfig18 back a modified version of any message that is sent.
/u-boot/drivers/video/fonts/
A DKconfig37 A laid-back handwritten font.
/u-boot/board/sbc8641d/
A DREADME42 c) while on, using static precautions, move JP10 back to the failed image.
/u-boot/arch/arm/mach-omap2/omap5/
A Dsec_entry_cpu1.S68 bx r4 @ Jump back to ROM
/u-boot/test/dm/
A Dtest-fdt.c888 struct udevice *back, *dev, *dev2; in dm_test_fdt_phandle() local
890 ut_assertok(uclass_find_first_device(UCLASS_PANEL_BACKLIGHT, &back)); in dm_test_fdt_phandle()
891 ut_assertnonnull(back); in dm_test_fdt_phandle()
893 back, "missing", &dev)); in dm_test_fdt_phandle()
894 ut_assertok(uclass_find_device_by_phandle(UCLASS_REGULATOR, back, in dm_test_fdt_phandle()
899 ut_assertok(uclass_get_device_by_phandle(UCLASS_REGULATOR, back, in dm_test_fdt_phandle()
/u-boot/doc/imx/habv4/guides/
A Dencrypted_boot.txt32 U-Boot image. Note that the blob needs to be transferred back
/u-boot/doc/board/amlogic/
A Dkhadas-vim3.rst39 To set back to USB3.0, run the following commands from U-Boot:
82 Go back to mainline U-Boot source tree then :
A Dkhadas-vim3l.rst39 To set back to USB3.0, run the following commands from U-Boot:
82 Go back to mainline U-Boot source tree then :
/u-boot/arch/arm/cpu/armv7/
A Dcache_v7_asm.S68 mov r10, #0 @ swith back to cache level 0
138 mov r10, #0 @ swith back to cache level 0
/u-boot/arch/arm/mach-uniphier/arm32/
A Dlowlevel_init.S49 mov pc, lr @ back to my caller

Completed in 22 milliseconds

12345