arch/arm/mach-omap1/opp.h

Source file repositories/reference/linux-study-clean/arch/arm/mach-omap1/opp.h

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-omap1/opp.h
Extension
.h
Size
573 bytes
Lines
27
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

struct mpu_rate {
	unsigned long		rate;
	unsigned long		xtal;
	unsigned long		pll_rate;
	__u16			ckctl_val;
	__u16			dpllctl_val;
	u32			flags;
};

extern struct mpu_rate omap1_rate_table[];

#endif

Annotation

Implementation Notes