Home
last modified time | relevance | path

Searched refs:try (Results 1 – 25 of 62) sorted by relevance

123

/u-boot/arch/x86/cpu/broadwell/
A Diobp.c33 unsigned try; in iobp_poll() local
35 for (try = IOBP_RETRY; try > 0; try--) { in iobp_poll()
/u-boot/drivers/misc/
A Datsha204a-i2c.c214 int try, res; in atsha204a_wakeup() local
218 for (try = 1; try <= 10; ++try) { in atsha204a_wakeup()
219 debug("Try %i... ", try); in atsha204a_wakeup()
/u-boot/drivers/input/
A Di8042.c264 int keymap, try; in i8042_start() local
281 for (try = 0; kbd_reset(priv->quirks) != 0; try++) { in i8042_start()
282 if (try >= KBD_RESET_TRIES) in i8042_start()
/u-boot/board/lego/ev3/
A DREADME19 * If it is, try to load boot.scr from the first FAT partition
21 * Otherwise, try loading uEnv.txt
25 * If it was successful, try to load da850-lego-ev3.dtb
27 * If none of the above was successful, try booting from flash
/u-boot/scripts/
A DKbuild.include86 # try-run
87 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise)
91 try-run = $(shell set -e; \
104 as-option = $(call try-run,\
110 as-instr = $(call try-run,\
115 __cc-option = $(call try-run,\
130 cc-option-yn = $(call try-run,\
135 cc-disable-warning = $(call try-run,\
158 cc-ldoption = $(call try-run,\
163 ld-option = $(call try-run, $(LD) $(KBUILD_LDFLAGS) $(1) -v,$(1),$(2),$(3))
[all …]
/u-boot/board/imgtec/boston/
A Dconfig.mk13 has_srec_cat = $(call try-run,srec_cat -VERSion,y,n)
/u-boot/board/eets/pdu001/
A DREADME31 The system boots from either eMMC or SD card cage. It will first try to boot
33 try to boot from the internal eMMC. The root file system is always expected to
/u-boot/drivers/net/
A Dlan91c96.c312 int try = 0; in smc_send_packet() local
347 try++; in smc_send_packet()
361 dev->name, try); in smc_send_packet()
362 if (try < SMC_ALLOC_MAX_TRY) in smc_send_packet()
369 dev->name, try); in smc_send_packet()
A Dsmc91111.c422 int try = 0; in smc_send() local
469 try++; in smc_send()
482 SMC_DEV_NAME, try); in smc_send()
483 if (try < SMC_ALLOC_MAX_TRY) in smc_send()
490 SMC_DEV_NAME, try); in smc_send()
/u-boot/arch/x86/cpu/ivybridge/
A Dbd82x6x.c104 unsigned try = IOBP_RETRY; in iobp_poll() local
107 while (try--) { in iobp_poll()
/u-boot/board/phytec/pfla02/
A DREADME23 SW3_1(on), SW3_2(on), SW3_3(off): Boot first from SD, then try SPI
/u-boot/doc/device-tree-bindings/w1/
A Dw1-gpio.txt7 for the proper node and try to match it with the device.
A Dmxc-w1.txt6 for the proper node and try to match it with the device.
/u-boot/doc/
A DREADME.nokia_rx5135 * 1. try boot from external SD card
36 * 2. try boot from internal eMMC memory
37 * 3. try boot from attached kernel image
A DREADME.fec_mxc28 and function fecmxc_initialize will try to initialize it.
/u-boot/drivers/sysreset/
A DKconfig13 to effect a reset. The uclass will try all available drivers when
22 to effect a reset. The uclass will try all available drivers when
31 to effect a reset. The uclass will try all available drivers when
/u-boot/scripts/coccinelle/null/
A Dbadzero.cocci99 try let _ = Hashtbl.find negtable f in ()
119 try let _ = Hashtbl.find negtable f in ()
/u-boot/arch/arm/mach-rmobile/
A DMakefile86 has_srec_cat = $(call try-run,srec_cat -VERSion,y,n)
/u-boot/board/freescale/mpc8323erdb/
A DREADME30 First try a:
/u-boot/board/phytec/pcm058/
A DREADME28 DIP-1 set to off: Boot first from NAND, then try SPI
29 DIP-1 set to on: Boot first from SD, then try SPI
/u-boot/doc/board/tbs/
A Dtbs2910.rst176 When booting on the TBS2910 Matrix ARM miniPC, by default U-Boot will first try
180 If that fails it will then try to boot from several interfaces using
181 'distro_bootcmd': It will first try to boot from the microSD slot, then the
/u-boot/drivers/video/
A Divybridge_igd.c265 unsigned try = GTT_RETRY; in gtt_poll() local
268 while (try--) { in gtt_poll()
A Dbroadwell_igd.c344 unsigned try = GT_RETRY; in gtt_poll() local
347 while (try--) { in gtt_poll()
/u-boot/arch/arm/mach-uniphier/arm32/
A Dlowlevel_init.S112 bne 0b @ try again if an error occurs
/u-boot/board/freescale/mpc8313erdb/
A DREADME79 You may want to try

Completed in 24 milliseconds

123