OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DRAM_TYPE_DDR3
(Results
1 - 8
of
8
) sorted by null
/external/u-boot/include/dt-bindings/mrc/
quark.h
33
#define
DRAM_TYPE_DDR3
0
/external/u-boot/arch/x86/include/asm/arch-baytrail/fsp/
fsp_configs.h
71
#define
DRAM_TYPE_DDR3
0
/external/u-boot/arch/x86/include/asm/arch-braswell/fsp/
fsp_configs.h
55
#define
DRAM_TYPE_DDR3
0
/external/u-boot/arch/arm/mach-sunxi/
dram_sun9i.c
459
if (para->dram_type ==
DRAM_TYPE_DDR3
) {
572
if (para->dram_type ==
DRAM_TYPE_DDR3
) {
598
if (para->dram_type ==
DRAM_TYPE_DDR3
) {
629
if (para->dram_type !=
DRAM_TYPE_DDR3
)
663
if (para->dram_type ==
DRAM_TYPE_DDR3
) {
717
if (para->dram_type ==
DRAM_TYPE_DDR3
)
749
if (para->dram_type ==
DRAM_TYPE_DDR3
)
869
.dram_type =
DRAM_TYPE_DDR3
,
dram_sun8i_a83t.c
133
if (para->dram_type ==
DRAM_TYPE_DDR3
) {
337
if (para->dram_type ==
DRAM_TYPE_DDR3
)
/external/u-boot/arch/arm/include/asm/arch-sunxi/
dram_sun9i.h
207
((type ==
DRAM_TYPE_DDR3
) ? MCTL_MSTR_DEVICETYPE_DDR3 : \
214
((type ==
DRAM_TYPE_DDR3
) ? MCTL_MSTR_BURSTLENGTH8 : \
273
#define
DRAM_TYPE_DDR3
3
dram_sun8i_a83t.h
205
#define
DRAM_TYPE_DDR3
3
/external/u-boot/arch/x86/cpu/braswell/
fsp_configs.c
90
"fsp,memory-type",
DRAM_TYPE_DDR3
);
Completed in 182 milliseconds