tizen 2.4 release
[kernel/u-boot-tm1.git] / arch / arm / include / asm / arch-sc8810 / misc_api.h
1 /*
2  * This file contains miscellaneous helper functions.
3  */
4
5 #ifndef __MISC_API_H__
6 #define __MISC_API_H__
7
8 /*D-Die chip id define*/
9 #define CHIP_ID_AA 0x7710DA00
10 #define CHIP_ID_AB 0x7710DA01
11
12 /*A-Die chip id define*/
13 #define ANA_CHIP_ID_AA  0x7710A000
14 #define ANA_CHIP_ID_BA  0x7710A001
15
16
17 unsigned int CHIP_PHY_InitChipID(void);
18
19 unsigned int CHIP_PHY_GetChipID(void);
20
21 unsigned int CHIP_PHY_GetANAChipID(void);
22
23 #endif