arch/arm/mach-omap2/cm44xx.h

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

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-omap2/cm44xx.h
Extension
.h
Size
624 bytes
Lines
26
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_ASM_MACH_OMAP2_CM44XX_H
#define __ARCH_ASM_MACH_OMAP2_CM44XX_H


#include "prcm-common.h"
#include "cm.h"

#define OMAP4_CM_CLKSTCTRL				0x0000
#define OMAP4_CM_STATICDEP				0x0004

int omap4_cm_init(const struct omap_prcm_init_data *data);

#endif

Annotation

Implementation Notes