OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:udelay
(Results
1 - 25
of
685
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/u-boot/include/linux/
delay.h
9
void
udelay
(unsigned long usec);
14
udelay
(1000);
19
udelay
(DIV_ROUND_UP(nsec, 1000));
/external/u-boot/drivers/net/
vsc7385.c
50
udelay
(200);
53
udelay
(20);
56
udelay
(20);
60
udelay
(20);
64
udelay
(20);
71
udelay
(20);
77
udelay
(20);
90
udelay
(20);
94
udelay
(20);
ax88796.c
20
udelay
(1000);
22
udelay
(1000);
34
udelay
(1000);
38
udelay
(1000);
118
udelay
(1000);
/external/u-boot/arch/mips/mach-ath79/ar934x/
ddr.c
67
udelay
(100);
70
udelay
(10);
73
udelay
(10);
76
udelay
(10);
83
udelay
(100);
87
udelay
(100);
93
udelay
(100);
96
udelay
(100);
99
udelay
(10);
105
udelay
(10)
[
all
...]
/external/u-boot/board/keymile/km83xx/
km83xx_i2c.c
18
udelay
(DELAY_ABORT_SEQ);
20
udelay
(DELAY_ABORT_SEQ);
36
udelay
(DELAY_ABORT_SEQ);
38
udelay
(DELAY_ABORT_SEQ);
40
udelay
(DELAY_ABORT_SEQ);
50
udelay
(DELAY_ABORT_SEQ);
59
udelay
(DELAY_ABORT_SEQ);
61
udelay
(DELAY_ABORT_SEQ);
/external/u-boot/arch/mips/mach-ath79/qca953x/
ddr.c
229
udelay
(10);
233
udelay
(100);
237
udelay
(100);
239
udelay
(100);
243
udelay
(100);
247
udelay
(100);
249
udelay
(100);
251
udelay
(100);
255
udelay
(100);
259
udelay
(100)
[
all
...]
/external/u-boot/arch/arm/cpu/armv7/stv0991/
reset.c
17
udelay
((1000 * 1000));
/external/u-boot/arch/arm/lib/
reset.c
33
udelay
(50000); /* wait 50 ms */
/external/u-boot/board/toradex/apalis-tk1/
as3722_init.c
43
udelay
(10 * 1000);
57
udelay
(10 * 1000);
70
udelay
(10 * 1000);
83
udelay
(10 * 1000);
99
udelay
(10 * 1000);
115
udelay
(10 * 1000);
/external/u-boot/arch/arm/cpu/pxa/
usb.c
21
udelay
(100);
39
udelay
(1);
55
udelay
(11);
59
udelay
(10);
72
udelay
(100);
/external/u-boot/board/nvidia/venice2/
as3722_init.c
44
udelay
(10 * 1000);
58
udelay
(10 * 1000);
71
udelay
(10 * 1000);
84
udelay
(10 * 1000);
100
udelay
(10 * 1000);
/external/u-boot/drivers/usb/host/
utmi-armada100.c
25
udelay
(1000);
40
udelay
(200);
42
udelay
(400);
45
udelay
(200);
47
udelay
(400);
/external/u-boot/drivers/i2c/
i2c-gpio.c
29
*
udelay
- delay [us] between GPIO toggle operations,
32
int
udelay
;
member in struct:i2c_gpio_bus
63
udelay
(delay);
65
udelay
(delay);
67
udelay
(2 * delay);
76
udelay
(delay);
78
udelay
(delay);
80
udelay
(2 * delay);
89
udelay
(delay);
91
udelay
(delay)
[
all
...]
/external/u-boot/board/sbc8349/
sbc8349.c
119
udelay
(200);
172
udelay
(100);
178
udelay
(100);
181
udelay
(100);
184
udelay
(100);
187
udelay
(100);
190
udelay
(100);
193
udelay
(100);
196
udelay
(100);
199
udelay
(100)
[
all
...]
/external/u-boot/board/esd/vme8349/
pci.c
77
udelay
(2000);
90
udelay
(200);
92
udelay
(200);
94
udelay
(600000);
104
udelay
(2000);
113
udelay
(2000);
/external/u-boot/board/compulab/common/
common.c
49
udelay
(10);
51
udelay
(1000);
/external/u-boot/drivers/usb/gadget/
bcm_udc_otg_phy.c
24
udelay
(100);
35
udelay
(2000);
/device/linaro/bootloader/arm-trusted-firmware/include/drivers/
delay_timer.h
27
void
udelay
(uint32_t usec);
/external/u-boot/arch/arm/cpu/arm926ejs/spear/
reset.c
23
udelay
((1000 * 1000));
/external/u-boot/arch/arm/mach-tegra/
cmd_enterrcm.c
37
udelay
(50000);
/external/u-boot/board/xilinx/zynqmp/
xil_io.h
24
udelay
(sleep);
/external/u-boot/drivers/misc/
fsl_sec_mon.c
42
udelay
(10);
71
udelay
(10);
100
udelay
(10);
135
udelay
(10);
/external/u-boot/drivers/usb/musb-new/
linux-compat.h
16
#define msleep(a)
udelay
(a * 1000)
/external/u-boot/include/configs/
mt_ventoux.h
37
#define CONFIG_FPGA_DELAY()
udelay
(1)
/external/u-boot/board/hisilicon/poplar/
poplar.c
115
udelay
(20);
124
udelay
(200);
128
udelay
(200);
132
udelay
(300);
136
udelay
(500);
148
udelay
(200);
153
udelay
(200);
Completed in 953 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>