?? coldfire.h
字號:
/****************************************************************************/
/*
* coldfire.h -- Motorola ColdFire CPU sepecific defines
*
* (C) Copyright 1999, Greg Ungerer (gerg@moreton.com.au)
*/
/****************************************************************************/
#ifndef coldfire_h
#define coldfire_h
/****************************************************************************/
#include <linux/config.h>
/*
* Define the processor support peripherals base address.
* This is generally setup by the boards start up code.
*/
#define MCF_MBAR 0x10000000
/*
* Define master clock frequency.
*/
#if defined(CONFIG_M5206)
#define MCF_CLK 25000000
#elif defined(CONFIG_M5206e)
#define MCF_CLK 54000000
#elif defined(CONFIG_M5307)
#define MCF_CLK 45000000
#endif
/****************************************************************************/
#endif /* coldfire_h */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -