arch/arm/mach-omap2/l3_2xxx.h

Source file repositories/reference/linux-study-clean/arch/arm/mach-omap2/l3_2xxx.h

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-omap2/l3_2xxx.h
Extension
.h
Size
421 bytes
Lines
16
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

#ifndef __ARCH_ARM_PLAT_OMAP_INCLUDE_PLAT_L3_2XXX_H
#define __ARCH_ARM_PLAT_OMAP_INCLUDE_PLAT_L3_2XXX_H

/* L3 CONNIDs */
/* Display Sub system (DSS) */
#define OMAP2_L3_CORE_FW_CONNID_DSS			8

#endif

Annotation

Implementation Notes