OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:udelay
(Results
201 - 225
of
685
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/u-boot/drivers/net/
rtl8169.c
356
udelay
(1000);
363
udelay
(100);
373
udelay
(1000);
381
udelay
(100);
405
udelay
(10);
576
udelay
(100); /* wait */
674
udelay
(20);
739
udelay
(10);
788
udelay
(10);
1048
udelay
(100)
[
all
...]
smc91111.c
269
udelay
(1); /* Wait until not busy */
321
udelay
(10);
336
udelay
(1); /* Wait until not busy */
567
udelay
(10);
586
udelay
(10);
755
udelay
(1); /* Wait until not busy */
761
udelay
(1); /* Wait until not busy */
960
udelay
(SMC_PHY_CLOCK_DELAY);
965
udelay
(SMC_PHY_CLOCK_DELAY);
972
udelay
(SMC_PHY_CLOCK_DELAY)
[
all
...]
/external/u-boot/arch/arm/cpu/arm926ejs/mxs/
mxs.c
119
udelay
(1000);
220
udelay
(10);
/external/u-boot/arch/arm/mach-uniphier/clk/
pll-ld4.c
48
udelay
(10);
128
udelay
(10);
/external/u-boot/arch/arm/mach-uniphier/dram/
umc-pxs2.c
67
udelay
(1);
72
udelay
(1);
338
udelay
(1);
369
udelay
(1);
453
udelay
(1);
578
udelay
(1);
584
udelay
(1);
591
udelay
(10);
/external/u-boot/board/barco/platinum/
platinum_titanium.c
136
udelay
(100);
191
udelay
(3);
/external/u-boot/board/freescale/mpc8349emds/
pci.c
132
udelay
(2000);
141
udelay
(2000);
/external/u-boot/board/freescale/mpc8641hpcn/
mpc8641hpcn.c
91
udelay
(500);
102
udelay
(500);
/external/u-boot/board/gdsys/common/
ihs_mdio.c
98
udelay
(100);
125
udelay
(100);
/external/u-boot/board/ids/ids8313/
ids8313.c
69
udelay
(50000);
93
udelay
(300);
/external/u-boot/board/isee/igep00x0/
igep00x0.c
91
udelay
(1);
93
udelay
(40);
/external/u-boot/drivers/ddr/fsl/
mpc85xx_ddr_gen3.c
191
udelay
(200);
326
udelay
(6);
380
udelay
(500);
434
udelay
(10000); /* throttle polling rate */
477
udelay
(10000); /* throttle polling rate */
495
udelay
(10000); /* throttle polling rate */
499
udelay
(timeout_save * 10000);
511
udelay
(10000); /* throttle polling rate */
/external/u-boot/drivers/fpga/
ACEX1K.c
128
udelay
(2); /* T_cfg > 2us */
139
udelay
(2); /* T_cf2st1 < 4us */
/external/u-boot/drivers/power/
tps6586x.c
45
udelay
(100);
68
udelay
(100);
/external/u-boot/drivers/rtc/
imxdi.c
83
udelay
(10);
112
udelay
(10);
/external/u-boot/drivers/usb/eth/
lan7x.h
151
udelay
(1);
193
udelay
(1);
/external/u-boot/arch/arm/cpu/arm926ejs/spear/
timer.c
103
return
udelay
(usec);
/external/u-boot/arch/arm/cpu/armv7/stv0991/
timer.c
94
return
udelay
(usec);
/external/u-boot/arch/arm/mach-tegra/
cpu.c
164
udelay
(2);
277
udelay
(PLL_STABILIZATION_DELAY);
319
udelay
(IO_STABILIZATION_DELAY);
341
udelay
(10);
/external/u-boot/arch/arm/mach-tegra/tegra124/
xusb-padctl.c
119
udelay
(100);
125
udelay
(100);
150
udelay
(100);
156
udelay
(100);
/external/u-boot/arch/m68k/cpu/mcf532x/
cpu.c
25
udelay
(1000);
/external/u-boot/arch/powerpc/cpu/mpc8xxx/
srio.c
129
udelay
(50);
159
udelay
(1);
176
udelay
(1);
189
udelay
(24000);
/external/u-boot/arch/x86/lib/
pmu.c
43
udelay
(1);
/external/u-boot/board/freescale/bsc9131rdb/
spl_minimal.c
53
udelay
(500);
/external/u-boot/board/freescale/c29xpcie/
cpld.c
54
udelay
(100);
Completed in 805 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>