arch/arm/mach-davinci/ddr2.h

Source file repositories/reference/linux-study-clean/arch/arm/mach-davinci/ddr2.h

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-davinci/ddr2.h
Extension
.h
Size
175 bytes
Lines
6
Domain
Architecture Layer
Bucket
arch/arm
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

#define DDR2_SDRCR_OFFSET	0xc
#define DDR2_SRPD_BIT		(1 << 23)
#define DDR2_MCLKSTOPEN_BIT	(1 << 30)
#define DDR2_LPMODEN_BIT	(1 << 31)

Annotation

Implementation Notes