⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hardware.h

📁 arm平台上的uclinux系统全部源代码
💻 H
字号:
/* * linux/include/asm-arm/arch-nexuspci/hardware.h * * Copyright (C) 1997 Philip Blundell * * This file contains the hardware definitions of the Nexus PCI card. */#ifndef __ASM_ARCH_HARDWARE_H#define __ASM_ARCH_HARDWARE_H/* * What hardware must be present */#ifndef __ASSEMBLER__/* * Mapping areas */#define IO_BASE			0xd0000000#define IO_SIZE			0x30000000#define IO_START		0xd0000000/* * RAM definitions */#define RAM_BASE		0x40000000#define MAPTOPHYS(a)		((unsigned long)(a) - PAGE_OFFSET + RAM_BASE)#define KERNTOPHYS(a)		((unsigned long)(&a))#define KERNEL_BASE		(0xc0008000)#else#define IO_BASE			0#endif#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -