HomeSort by relevance Sort by last modified time
    Searched refs:get_timer (Results 151 - 175 of 197) sorted by null

1 2 3 4 5 67 8

  /external/u-boot/drivers/spi/
zynq_qspi.c 347 timeout = get_timer(0);
351 (get_timer(timeout) < CONFIG_SYS_ZYNQ_QSPI_WAIT));
cadence_qspi_apb.c 210 start = get_timer(0);
211 for ( ; get_timer(start) < timeout ; ) {
  /external/u-boot/drivers/i2c/
mxc_i2c.c 200 ulong start_time = get_timer(0);
218 elapsed = get_timer(start_time);
391 start_time = get_timer(0);
400 elapsed = get_timer(start_time);
  /external/u-boot/drivers/misc/
cros_ec.c 281 start = get_timer(0);
292 if (get_timer(start) > CROS_EC_CMD_TIMEOUT_MS) {
430 start = get_timer(0);
439 if (get_timer(start) > CROS_EC_CMD_HASH_TIMEOUT_MS) {
  /external/u-boot/drivers/net/
sun8i_emac.c 168 start = get_timer(0);
169 while (get_timer(start) < timeout) {
201 start = get_timer(0);
202 while (get_timer(start) < timeout) {
ethoc.c 495 tmo = get_timer(0) + 5 * CONFIG_SYS_HZ;
506 if (get_timer(0) >= tmo) {
ne2000_base.c 762 tmo = get_timer (0) + TOUT * CONFIG_SYS_HZ;
769 if (get_timer (0) >= tmo) {
xilinx_emaclite.c 154 unsigned long start = get_timer(0);
165 if (get_timer(start) > timeout)
  /external/u-boot/drivers/timer/
tsc_timer.c 301 ulong get_timer(ulong base) function
  /external/u-boot/net/
link_local.c 20 #define MONOTONIC_MS() ((unsigned)get_timer(0) * (1000 / CONFIG_SYS_HZ))
  /external/u-boot/drivers/mtd/nand/
sunxi_nand.c 327 time_start = get_timer(0);
337 } while (get_timer(time_start) < timeout_ticks);
350 time_start = get_timer(0);
354 } while (get_timer(time_start) < timeout);
369 time_start = get_timer(0);
373 } while (get_timer(time_start) < timeout);
    [all...]
fsl_elbc_nand.c 220 time_start = get_timer(0);
223 while (get_timer(time_start) < timeo) {
vf610_nfc.c 260 start = get_timer(0);
263 if (get_timer(start) > NFC_TIMEOUT) {
  /external/u-boot/drivers/usb/gadget/
ether.c     [all...]
  /external/u-boot/arch/arm/mach-uniphier/dram/
umc-pxs2.c 322 start = get_timer(0);
350 pr_debug("DDRPHY training: elapsed time %ld msec\n", get_timer(start));
  /external/u-boot/drivers/mmc/
tegra_mmc.c 280 unsigned long start = get_timer(0);
306 } else if (get_timer(start) > 8000UL) {
  /external/u-boot/drivers/usb/host/
sl811-hcd.c 218 int err = 0, time_start = get_timer(0);
248 if (5*CONFIG_SYS_HZ < get_timer(time_start)) {
xhci-ring.c 437 unsigned long ts = get_timer(0);
467 } while (get_timer(ts) < XHCI_TIMEOUT);
  /external/u-boot/drivers/usb/musb-new/
omap2430.c 324 start = get_timer(0);
331 if (get_timer(start) > (CONFIG_SYS_HZ / 1000)) {
  /external/u-boot/drivers/video/
broadwell_igd.c 56 start = get_timer(0);
59 if (get_timer(start) > GT_RETRY) {
  /external/u-boot/drivers/video/tegra124/
display.c 468 start = get_timer(0);
472 debug("LCD init took %lu ms\n", get_timer(start));
  /external/u-boot/arch/arm/mach-tegra/tegra210/
clock.c 1103 start = get_timer(0);
1104 while (get_timer(start) < 250) {
    [all...]
  /external/u-boot/drivers/ram/rockchip/
sdram_rk3399.c 549 tmp = get_timer(0);
551 if (get_timer(tmp) > timeout_ms) {
557 debug("DRAM (%s): phy locked after %ld ms\n", __func__, get_timer(tmp));
    [all...]
  /external/u-boot/api/
api.c 174 *cur = get_timer(*base);
  /external/u-boot/drivers/mtd/
cfi_flash.c 585 start = get_timer(0);
588 if (get_timer(start) > tout) {
678 start = get_timer(0);
700 if (get_timer(start) > tout) {
    [all...]

Completed in 2164 milliseconds

1 2 3 4 5 67 8