OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MHZ
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/drivers/video/exynos/
exynos_mipi_dsi_common.c
17
#define
MHZ
(1000 * 1000)
18
#define FIN_HZ (24 *
MHZ
)
20
#define DFIN_PLL_MIN_HZ (6 *
MHZ
)
21
#define DFIN_PLL_MAX_HZ (12 *
MHZ
)
23
#define DFVCO_MIN_HZ (500 *
MHZ
)
24
#define DFVCO_MAX_HZ (1000 *
MHZ
)
109
delay_val =
MHZ
/ dsim->dsim_config->esc_clk;
267
* ~ 99.99
MHz
0000
268
* 100 ~ 119.99
MHz
0001
269
* 120 ~ 159.99
MHz
001
[
all
...]
/external/u-boot/arch/m68k/cpu/mcf5227x/
speed.c
27
#define
MHZ
1000000
/external/u-boot/arch/m68k/cpu/mcf5445x/
speed.c
27
#define
MHZ
1000000
207
if (bus <= CLOCK_PLL_FSYS_MIN -
MHZ
)
Completed in 201 milliseconds