arch/arm/mach-imx/mxc.h

Source file repositories/reference/linux-study-clean/arch/arm/mach-imx/mxc.h

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-imx/mxc.h
Extension
.h
Size
1576 bytes
Lines
88
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 cpu_op {
	u32 cpu_rate;
};

int tzic_enable_wake(void);

extern struct cpu_op *(*get_cpu_op)(int *op);
#endif

#define imx_readl	readl_relaxed
#define imx_readw	readw_relaxed
#define imx_writel	writel_relaxed
#define imx_writew	writew_relaxed

#endif /*  __ASM_ARCH_MXC_H__ */

Annotation

Implementation Notes