ath9k: remove unneeded calculation of minimal calibration power
[linux-2.6/next.git] / arch / powerpc / include / asm / mpc5121.h
blobe6a30bb1d16ae2703f04d8a32640f0969e5c892a
1 /*
2 * MPC5121 Prototypes and definitions
4 * This file is licensed under the terms of the GNU General Public
5 * License version 2.
6 */
8 #ifndef __ASM_POWERPC_MPC5121_H__
9 #define __ASM_POWERPC_MPC5121_H__
11 /* MPC512x Reset module registers */
12 struct mpc512x_reset_module {
13 u32 rcwlr; /* Reset Configuration Word Low Register */
14 u32 rcwhr; /* Reset Configuration Word High Register */
15 u32 reserved1;
16 u32 reserved2;
17 u32 rsr; /* Reset Status Register */
18 u32 rmr; /* Reset Mode Register */
19 u32 rpr; /* Reset Protection Register */
20 u32 rcr; /* Reset Control Register */
21 u32 rcer; /* Reset Control Enable Register */
24 #endif /* __ASM_POWERPC_MPC5121_H__ */