]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/e500.h
mmc: remove the unnecessary define and fix the wrong bit control
[people/ms/u-boot.git] / include / e500.h
CommitLineData
42d1f039
WD
1/*
2 * Copyright 2003 Motorola,Inc.
3 * Xianghua Xiao(x.xiao@motorola.com)
4 */
5
6#ifndef __E500_H__
7#define __E500_H__
8
9#ifndef __ASSEMBLY__
10
11typedef struct
12{
997399fa
PK
13 unsigned long freq_processor[CONFIG_MAX_CPUS];
14 unsigned long freq_systembus;
15 unsigned long freq_ddrbus;
16 unsigned long freq_localbus;
17 unsigned long freq_qe;
39aaca1f 18#ifdef CONFIG_SYS_DPAA_FMAN
997399fa 19 unsigned long freq_fman[CONFIG_SYS_NUM_FMAN];
39aaca1f 20#endif
990e1a8c 21#ifdef CONFIG_SYS_DPAA_QBMAN
997399fa 22 unsigned long freq_qman;
990e1a8c 23#endif
39aaca1f 24#ifdef CONFIG_SYS_DPAA_PME
997399fa 25 unsigned long freq_pme;
39aaca1f 26#endif
0c12a159 27#ifdef CONFIG_SYS_FSL_SINGLE_SOURCE_CLK
28 unsigned char diff_sysclk;
29#endif
42d1f039
WD
30} MPC85xx_SYS_INFO;
31
32#endif /* _ASMLANGUAGE */
33
42d1f039 34#define RESET_VECTOR 0xfffffffc
42d1f039
WD
35
36#endif /* __E500_H__ */