OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SOCID_H5
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/arch/arm/include/asm/arch-sunxi/
cpu.h
17
#define
SOCID_H5
0x1718
/external/u-boot/arch/arm/mach-sunxi/
dram_sunxi_dw.c
234
case
SOCID_H5
:
391
} else if (socid == SOCID_H3 || socid ==
SOCID_H5
) {
410
writel(socid ==
SOCID_H5
? 0x8000 : 0xc00e, &mctl_ctl->clken);
434
if (socid ==
SOCID_H5
)
453
if (socid ==
SOCID_H5
) {
461
clrsetbits_le32(&mctl_ctl->aciocr, socid ==
SOCID_H5
? (0x1 << 11) : 0,
474
} else if (socid == SOCID_A64 || socid ==
SOCID_H5
) {
511
} else if (socid == SOCID_A64 || socid ==
SOCID_H5
) {
572
else if (socid == SOCID_A64 || socid ==
SOCID_H5
|| socid == SOCID_R40)
733
uint16_t socid =
SOCID_H5
;
[
all
...]
/external/u-boot/arch/arm/mach-sunxi/dram_timings/
ddr3_1333.c
75
((socid ==
SOCID_H5
? 0x33 : 0x66) << 8) | (0x10 << 0));
Completed in 410 milliseconds