OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:udelay
(Results
501 - 525
of
685
) sorted by null
<<
21
22
23
24
25
26
27
28
/external/u-boot/drivers/i2c/
soft_i2c.c
76
# define I2C_DELAY
udelay
(5) /* 1/4 I2C clock duration */
zynq_i2c.c
141
udelay
(100);
/external/u-boot/drivers/input/
tegra-kbc.c
165
udelay
(delay_ms * 1000);
/external/u-boot/drivers/misc/
ds4510.c
49
udelay
(DS4510_EEPROM_PAGE_WRITE_DELAY_MS * 1000);
fsl_iim.c
172
udelay
(20);
/external/u-boot/drivers/net/
bcm-sf2-eth.c
88
udelay
(100);
cs8900.c
91
udelay
(200000);
ne2000.c
195
udelay
(100);
vsc9953.c
82
udelay
(1);
95
udelay
(1);
111
udelay
(1);
193
udelay
(1);
1045
udelay
(1);
[
all
...]
/external/u-boot/drivers/net/pfe_eth/
pfe_eth.c
174
udelay
(100);
/external/u-boot/drivers/net/phy/
aquantia.c
75
udelay
(1000);
broadcom.c
282
udelay
(1000); /* 1 ms */
mv88e61xx.c
481
udelay
(1000);
486
udelay
(500000); /* another 500 ms (results in faster booting) */
536
udelay
(2000);
554
udelay
(1000);
/external/u-boot/drivers/pci/
pci_tegra.c
696
udelay
(20);
902
udelay
(2000);
969
udelay
(2000);
984
udelay
(2000);
/external/u-boot/drivers/phy/marvell/
comphy_a3700.c
153
udelay
(10000);
242
udelay
(PLL_SET_DELAY_US);
318
udelay
(PLL_SET_DELAY_US);
482
udelay
(PLL_SET_DELAY_US);
/external/u-boot/drivers/power/regulator/
pbias_regulator.c
281
udelay
(p->enable_time);
/external/u-boot/drivers/rtc/
s35392a.c
77
#define msleep(a)
udelay
(a * 1000)
/external/u-boot/drivers/spi/
xilinx_spi.c
221
udelay
(1);
/external/u-boot/drivers/video/
dw_hdmi.c
248
udelay
(100);
382
udelay
(100);
543
udelay
(100);
664
udelay
(100);
mxsfb.c
148
udelay
(1);
/external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.c
1154
udelay
(250); /* mdelay(1); */
[
all
...]
/external/u-boot/drivers/usb/dwc3/
gadget.c
102
udelay
(5);
133
udelay
(5);
289
udelay
(1);
320
udelay
(1);
[
all
...]
/external/u-boot/arch/powerpc/cpu/mpc85xx/
cpu_init.c
424
udelay
(100);
883
udelay
(100);
/external/u-boot/board/ti/am335x/
board.c
652
udelay
(2); /* PHY datasheet states 1uS min. */
692
udelay
(2); /* PHY datasheet states 1uS min. */
/external/u-boot/drivers/clk/
clk-hsdk-cgu.c
433
udelay
(HSDK_PLL_MAX_LOCK_TIME);
460
udelay
(HSDK_PLL_MAX_LOCK_TIME);
Completed in 450 milliseconds
<<
21
22
23
24
25
26
27
28