arch/arm/mach-spear/misc_regs.h

Source file repositories/reference/linux-study-clean/arch/arm/mach-spear/misc_regs.h

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-spear/misc_regs.h
Extension
.h
Size
399 bytes
Lines
18
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 __MACH_MISC_REGS_H
#define __MACH_MISC_REGS_H

#include "spear.h"

#define MISC_BASE		(VA_SPEAR_ICM3_MISC_REG_BASE)
#define DMA_CHN_CFG		(MISC_BASE + 0x0A0)

#endif /* __MACH_MISC_REGS_H */

Annotation

Implementation Notes