hardware.h

来自「基于组件方式开发操作系统的OSKIT源代码」· C头文件 代码 · 共 32 行

H
32
字号
/* * linux/include/asm-arm/arch-nexuspci/hardware.h * * Copyright (C) 1998-1999 Philip Blundell * * This file contains the hardware definitions of the Nexus PCI card. */#ifndef __ASM_ARCH_HARDWARE_H#define __ASM_ARCH_HARDWARE_H/*    Logical    Physical * 0xfff00000	0x10000000	SCC2691 DUART * 0xffe00000	0x20000000	INTCONT * 0xffd00000	0x30000000	Status * 0xffc00000	0x60000000	PLX registers * 0xfe000000	0x70000000	PCI I/O *//* * Mapping areas */#define PCIO_BASE		0xfe000000#define FLUSH_BASE		0xdf000000/* * RAM definitions */#define RAM_BASE		0x40000000#define FLUSH_BASE_PHYS		0x40000000#endif

⌨️ 快捷键说明

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