Home
last modified time | relevance | path

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

123

/rk3399_rockchip-uboot/arch/x86/cpu/broadwell/
H A Diobp.c33 unsigned try; in iobp_poll() local
35 for (try = IOBP_RETRY; try > 0; try--) { in iobp_poll()
/rk3399_rockchip-uboot/doc/
H A DREADME.rksfc17 To list all of the rksfc hard disks, try:
24 To find and initialize sfc devices, try:
H A DREADME.rknand16 To list all of the rknand hard disks, try:
23 To find and initialize nand devices, try:
H A DREADME.nokia_rx5131 * 1. try boot from external SD card
32 * 2. try boot from internal eMMC memory
33 * 3. try boot from attached kernel image
H A DREADME.fec_mxc28 and function fecmxc_initialize will try to initialize it.
H A DREADME.nvme51 To list all of the NVMe hard disks, try:
/rk3399_rockchip-uboot/drivers/misc/
H A Datsha204a-i2c.c210 int try, res; in atsha204a_wakeup() local
214 for (try = 1; try <= 10; ++try) { in atsha204a_wakeup()
215 debug("Try %i... ", try); in atsha204a_wakeup()
/rk3399_rockchip-uboot/drivers/input/
H A Di8042.c266 int keymap, try; in i8042_start() local
283 for (try = 0; kbd_reset(priv->quirks) != 0; try++) { in i8042_start()
284 if (try >= KBD_RESET_TRIES) in i8042_start()
/rk3399_rockchip-uboot/scripts/
H 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,\
116 cc-option = $(call try-run,\
121 cc-option-yn = $(call try-run,\
131 cc-disable-warning = $(call try-run,\
155 cc-ldoption = $(call try-run,\
160 ld-option = $(call try-run,\
[all …]
/rk3399_rockchip-uboot/drivers/sysreset/
H 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
/rk3399_rockchip-uboot/drivers/net/
H A Dlan91c96.c311 int try = 0; in smc_send_packet() local
346 try++; in smc_send_packet()
360 dev->name, try); in smc_send_packet()
361 if (try < SMC_ALLOC_MAX_TRY) in smc_send_packet()
368 dev->name, try); in smc_send_packet()
H A Dsmc91111.c421 int try = 0; in smc_send() local
468 try++; in smc_send()
481 SMC_DEV_NAME, try); in smc_send()
482 if (try < SMC_ALLOC_MAX_TRY) in smc_send()
489 SMC_DEV_NAME, try); in smc_send()
/rk3399_rockchip-uboot/board/phytec/pcm058/
H 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
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/
H A Dbd82x6x.c97 unsigned try = IOBP_RETRY; in iobp_poll() local
100 while (try--) { in iobp_poll()
/rk3399_rockchip-uboot/cmd/ddr_tool/
H A Dddr_tool_mp.S73 try: label
78 bne try
/rk3399_rockchip-uboot/board/phytec/pfla02/
H A DREADME23 SW3_1(on), SW3_2(on), SW3_3(off): Boot first from SD, then try SPI
/rk3399_rockchip-uboot/board/freescale/mpc8323erdb/
H A DREADME30 First try a:
/rk3399_rockchip-uboot/drivers/video/
H A Divybridge_igd.c318 unsigned try = GTT_RETRY; in gtt_poll() local
321 while (try--) { in gtt_poll()
H A Dbroadwell_igd.c340 unsigned try = GT_RETRY; in gtt_poll() local
343 while (try--) { in gtt_poll()
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/arm32/
H A Dlowlevel_init.S113 bne 0b @ try again if an error occurs
/rk3399_rockchip-uboot/board/freescale/mpc8313erdb/
H A DREADME79 You may want to try
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dimx7d.dtsi72 * without arm,primecell-periphid because amba bus try to
/rk3399_rockchip-uboot/board/sunxi/
H A DREADME.sunxi6461 The on-die BROM code will try several methods to load and execute the firmware.
70 3) Initialize the SPI0 controller and try to access a NOR flash connected to
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A DKconfig56 To put it differently, if this value is 20, UBI will try to reserve
/rk3399_rockchip-uboot/drivers/net/phy/
H A DKconfig136 connection between two devices which both force master mode, try forcing

123