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

📄 hardware.h

📁 Linux内核源代码 为压缩文件 是<<Linux内核>>一书中的源代码
💻 H
字号:
/* *  linux/include/asm-arm/arch-ebsa110/hardware.h * *  Copyright (C) 1996-2000 Russell King. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This file contains the hardware definitions of the EBSA-110. */#ifndef __ASM_ARCH_HARDWARE_H#define __ASM_ARCH_HARDWARE_H#ifndef __ASSEMBLY__/* * IO definitions */#define PIT_CTRL		((volatile unsigned char *)0xf200000d)#define PIT_T2			((volatile unsigned char *)0xf2000009)#define PIT_T1			((volatile unsigned char *)0xf2000005)#define PIT_T0			((volatile unsigned char *)0xf2000001)/* * Mapping areas */#define IO_BASE			0xe0000000/* * RAM definitions */#define FLUSH_BASE_PHYS		0x40000000#else	/* __ASSEMBLY__ */#define IO_BASE			0#endif	/* __ASSEMBLY__ */#define IO_SIZE			0x20000000#define IO_START		0xe0000000#define FLUSH_BASE		0xdf000000#define PCIO_BASE		0xf0000000#define UNCACHEABLE_ADDR	0xf3000000#define PARAMS_OFFSET		0x400#endif

⌨️ 快捷键说明

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