/u-boot/arch/x86/cpu/broadwell/ |
A D | iobp.c | 33 unsigned try; in iobp_poll() local 35 for (try = IOBP_RETRY; try > 0; try--) { in iobp_poll()
|
/u-boot/drivers/misc/ |
A D | atsha204a-i2c.c | 214 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 D | i8042.c | 264 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 D | README | 19 * 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 D | Kbuild.include | 86 # 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 D | config.mk | 13 has_srec_cat = $(call try-run,srec_cat -VERSion,y,n)
|
/u-boot/board/eets/pdu001/ |
A D | README | 31 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 D | lan91c96.c | 312 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 D | smc91111.c | 422 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 D | bd82x6x.c | 104 unsigned try = IOBP_RETRY; in iobp_poll() local 107 while (try--) { in iobp_poll()
|
/u-boot/board/phytec/pfla02/ |
A D | README | 23 SW3_1(on), SW3_2(on), SW3_3(off): Boot first from SD, then try SPI
|
/u-boot/doc/device-tree-bindings/w1/ |
A D | w1-gpio.txt | 7 for the proper node and try to match it with the device.
|
A D | mxc-w1.txt | 6 for the proper node and try to match it with the device.
|
/u-boot/doc/ |
A D | README.nokia_rx51 | 35 * 1. try boot from external SD card 36 * 2. try boot from internal eMMC memory 37 * 3. try boot from attached kernel image
|
A D | README.fec_mxc | 28 and function fecmxc_initialize will try to initialize it.
|
/u-boot/drivers/sysreset/ |
A D | Kconfig | 13 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 D | badzero.cocci | 99 try let _ = Hashtbl.find negtable f in () 119 try let _ = Hashtbl.find negtable f in ()
|
/u-boot/arch/arm/mach-rmobile/ |
A D | Makefile | 86 has_srec_cat = $(call try-run,srec_cat -VERSion,y,n)
|
/u-boot/board/freescale/mpc8323erdb/ |
A D | README | 30 First try a:
|
/u-boot/board/phytec/pcm058/ |
A D | README | 28 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 D | tbs2910.rst | 176 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 D | ivybridge_igd.c | 265 unsigned try = GTT_RETRY; in gtt_poll() local 268 while (try--) { in gtt_poll()
|
A D | broadwell_igd.c | 344 unsigned try = GT_RETRY; in gtt_poll() local 347 while (try--) { in gtt_poll()
|
/u-boot/arch/arm/mach-uniphier/arm32/ |
A D | lowlevel_init.S | 112 bne 0b @ try again if an error occurs
|
/u-boot/board/freescale/mpc8313erdb/ |
A D | README | 79 You may want to try
|