OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IO_STABILIZATION_DELAY
(Results
1 - 5
of
5
) sorted by null
/external/u-boot/arch/arm/include/asm/arch-tegra/
ap.h
10
#define
IO_STABILIZATION_DELAY
(1000)
/external/u-boot/arch/arm/mach-tegra/
cpu.h
10
#define
IO_STABILIZATION_DELAY
(1000)
cpu.c
319
udelay(
IO_STABILIZATION_DELAY
);
326
int timeout =
IO_STABILIZATION_DELAY
;
/external/u-boot/arch/arm/mach-tegra/tegra124/
cpu.c
169
udelay(
IO_STABILIZATION_DELAY
);
175
udelay(
IO_STABILIZATION_DELAY
);
220
udelay(
IO_STABILIZATION_DELAY
);
/external/u-boot/arch/arm/mach-tegra/tegra114/
cpu.c
226
udelay(
IO_STABILIZATION_DELAY
);
Completed in 185 milliseconds