OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SOCID_A64
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/arm/include/asm/arch-sunxi/
cpu.h
15
#define
SOCID_A64
0x1689
/external/u-boot/arch/arm/mach-sunxi/
dram_sunxi_dw.c
231
case
SOCID_A64
:
376
if (socid ==
SOCID_A64
|| socid == SOCID_R40)
383
if (socid ==
SOCID_A64
|| socid == SOCID_R40) {
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)
731
uint16_t socid =
SOCID_A64
;
750
if (socid ==
SOCID_A64
|| socid == SOCID_H5 || socid == SOCID_R40) {
753
(socid !=
SOCID_A64
? 3 : 2) << 8);
Completed in 141 milliseconds