Home
last modified time | relevance | path

Searched refs:tries (Results 1 – 20 of 20) sorted by relevance

/rk3399_rockchip-uboot/drivers/phy/
H A Dphy-rockchip-typec.c302 int tries; in rockchip_usb3_phy_power_on() local
304 for (tries = 0; tries < POWER_ON_TRIES; tries++) { in rockchip_usb3_phy_power_on()
310 if (tries && !ret) in rockchip_usb3_phy_power_on()
311 dev_err(tcphy->dev, "Needed %d loops to turn on\n", tries); in rockchip_usb3_phy_power_on()
343 int tries; in rockchip_u3phy_uboot_init() local
354 for (tries = 0; tries < POWER_ON_TRIES; tries++) { in rockchip_u3phy_uboot_init()
360 if (tries && !ret) in rockchip_u3phy_uboot_init()
361 pr_err("%s: needed %d loops to turn on\n", __func__, tries); in rockchip_u3phy_uboot_init()
/rk3399_rockchip-uboot/board/kosagi/novena/
H A Dvideo.c228 int tries, retries = 0; in it6251_init() local
235 for (tries = 0; tries < 100; tries++) { in it6251_init()
/rk3399_rockchip-uboot/board/phytec/pcm058/
H A DREADME32 is present, then the RBL tries to load SPL from the SD Card, if not,
33 RBL loads from SPI-NOR. The SPL tries then to load from the same
/rk3399_rockchip-uboot/tools/gdb/
H A Dremote.c847 int tries; local
863 for (tries = 1; tries <= MAX_TRIES; tries++)
/rk3399_rockchip-uboot/common/
H A Dusb_hub.c274 int err, tries; in usb_hub_port_reset() local
285 for (tries = 0; tries < MAX_TRIES; tries++) { in usb_hub_port_reset()
333 if (tries == MAX_TRIES) { in usb_hub_port_reset()
351 int tries = 2; in usb_hub_port_connect_change() local
411 if ((ret < 0) && (tries-- > 0)) in usb_hub_port_connect_change()
/rk3399_rockchip-uboot/drivers/video/rockchip/
H A Drk_edp.c466 uint voltage, tries = 0; in rk_edp_link_train_cr() local
480 tries = 0; in rk_edp_link_train_cr()
516 if (++tries == MAX_CR_LOOP) { in rk_edp_link_train_cr()
521 tries = 0; in rk_edp_link_train_cr()
547 int tries; in rk_edp_link_train_ce() local
559 for (tries = 0; tries < 5; tries++) { in rk_edp_link_train_ce()
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm281xx/
H A Dclk-core.c57 unsigned int tries; in wait_bit() local
60 for (tries = 0; tries < CLK_GATE_DELAY_USEC; tries++) { in wait_bit()
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm235xx/
H A Dclk-core.c57 unsigned int tries; in wait_bit() local
60 for (tries = 0; tries < CLK_GATE_DELAY_USEC; tries++) { in wait_bit()
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Deba.c553 int err, idx = vol_id2idx(ubi, vol_id), new_pnum, data_size, tries = 0; in recover_peb() local
633 if (++tries > UBI_IO_RETRIES) { in recover_peb()
658 int err, pnum, tries = 0, vol_id = vol->vol_id; in ubi_eba_write_leb() local
754 if (err || ++tries > UBI_IO_RETRIES) { in ubi_eba_write_leb()
791 int err, pnum, tries = 0, data_size = len, vol_id = vol->vol_id; in ubi_eba_write_leb_st() local
876 if (err || ++tries > UBI_IO_RETRIES) { in ubi_eba_write_leb_st()
908 int err, pnum, old_pnum, tries = 0, vol_id = vol->vol_id; in ubi_eba_atomic_leb_change() local
1003 if (err || ++tries > UBI_IO_RETRIES) { in ubi_eba_atomic_leb_change()
H A Dvtbl.c299 int err, tries = 0; local
344 if (err == -EIO && ++tries <= 5) {
/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddw-dp.c799 unsigned int tries = 0; in dw_dp_link_clock_recovery() local
829 tries++; in dw_dp_link_clock_recovery()
831 tries = 0; in dw_dp_link_clock_recovery()
833 if (tries == 5) in dw_dp_link_clock_recovery()
846 unsigned int tries; in dw_dp_link_channel_equalization() local
859 for (tries = 1; tries < 5; tries++) { in dw_dp_link_channel_equalization()
1549 int status, tries, ret; in dw_dp_connector_detect() local
1551 for (tries = 0; tries < 200; tries++) { in dw_dp_connector_detect()
/rk3399_rockchip-uboot/drivers/ata/
H A Dsata_mv.c399 int tries, tries2, set15 = 0; in probe_port() local
404 for (tries = 0; tries < 2; tries++) { in probe_port()
/rk3399_rockchip-uboot/doc/
H A DREADME.arm-caches28 replacement can happen if the CPU tries to bring some other memory locations
H A DREADME.pxe47 'pxe get' repeatedly tries to download config files until it either
49 contents of paths it tries mirrors exactly that of PXELINUX - you can
H A DREADME.power-framework154 This is the main problem when a developer tries to build a multi-boot u-boot
H A DREADME.odroid132 Each partition size is just an example, dfu_alt_info tries init two partitions.
H A DREADME.scrapyard7 in the imperishable depths of the git history. This document tries to
/rk3399_rockchip-uboot/doc/SPL/
H A DREADME.am335x-network91 there all the files your script tries to load via TFTP. Example script
/rk3399_rockchip-uboot/doc/driver-model/
H A Dusb-info.txt214 usb_find_and_bind_driver() which tries to bind one
/rk3399_rockchip-uboot/tools/buildman/
H A DREADME622 Buildman tries to distinguish warnings from errors, and shows warning lines
1093 Buildman automatically tries to use all the CPUs in your machine. If you