arch/arm/mach-imx/mx27.h

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

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-imx/mx27.h
Extension
.h
Size
689 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 __MACH_MX27_H__
#define __MACH_MX27_H__

#define MX27_AIPI_BASE_ADDR		0x10000000
#define MX27_AIPI_SIZE			SZ_1M

#define MX27_SAHB1_BASE_ADDR		0x80000000
#define MX27_SAHB1_SIZE			SZ_1M

#define MX27_X_MEMC_BASE_ADDR		0xd8000000
#define MX27_X_MEMC_SIZE		SZ_1M

#define MX27_IO_P2V(x)			IMX_IO_P2V(x)

#endif /* ifndef __MACH_MX27_H__ */

Annotation

Implementation Notes