Go to the source code of this file.
| #define EXYNOS4210_CPU_ID 0x43210000 |
Definition at line 40 of file cpu.h.
| #define EXYNOS4210_REV_0 (0x0) |
| #define EXYNOS4210_REV_1_0 (0x10) |
| #define EXYNOS4210_REV_1_1 (0x11) |
| #define EXYNOS4212_CPU_ID 0x43220000 |
Definition at line 41 of file cpu.h.
| #define EXYNOS4412_CPU_ID 0xE4412200 |
Definition at line 42 of file cpu.h.
| #define EXYNOS4_CPU_MASK 0xFFFE0000 |
Definition at line 43 of file cpu.h.
| #define EXYNOS5250_SOC_ID 0x43520000 |
Definition at line 45 of file cpu.h.
| #define EXYNOS5_SOC_MASK 0xFFFFF000 |
Definition at line 46 of file cpu.h.
Value:static inline int is_samsung_##
name(
void) \
{ \
}
Definition at line 48 of file cpu.h.
| #define print_mhz |
( |
|
m | ) |
((m) / MHZ), (((m) / 1000) % 1000) |
| #define S3C24XX_CPU_ID 0x32400000 |
Definition at line 23 of file cpu.h.
| #define S3C24XX_CPU_MASK 0xFFF00000 |
Definition at line 24 of file cpu.h.
| #define S3C6400_CPU_ID 0x36400000 |
Definition at line 26 of file cpu.h.
| #define S3C6410_CPU_ID 0x36410000 |
Definition at line 27 of file cpu.h.
| #define S3C64XX_CPU_MASK 0xFFFFF000 |
Definition at line 28 of file cpu.h.
| #define S5P6440_CPU_ID 0x56440000 |
Definition at line 30 of file cpu.h.
| #define S5P6450_CPU_ID 0x36450000 |
Definition at line 31 of file cpu.h.
| #define S5P64XX_CPU_MASK 0xFFFFF000 |
Definition at line 32 of file cpu.h.
| #define S5PC100_CPU_ID 0x43100000 |
Definition at line 34 of file cpu.h.
| #define S5PC100_CPU_MASK 0xFFFFF000 |
Definition at line 35 of file cpu.h.
| #define S5PV210_CPU_ID 0x43110000 |
Definition at line 37 of file cpu.h.
| #define S5PV210_CPU_MASK 0xFFFFF000 |
Definition at line 38 of file cpu.h.
| #define soc_is_exynos4210 |
( |
| ) |
0 |
| #define soc_is_exynos4212 |
( |
| ) |
0 |
| #define soc_is_exynos4412 |
( |
| ) |
0 |
| #define soc_is_exynos5250 |
( |
| ) |
0 |
| #define soc_is_s3c24xx |
( |
| ) |
0 |
Definition at line 72 of file cpu.h.
| #define soc_is_s3c64xx |
( |
| ) |
0 |
Definition at line 78 of file cpu.h.
| #define soc_is_s5p6440 |
( |
| ) |
0 |
Definition at line 84 of file cpu.h.
| #define soc_is_s5p6450 |
( |
| ) |
0 |
Definition at line 90 of file cpu.h.
| #define soc_is_s5pc100 |
( |
| ) |
0 |
Definition at line 96 of file cpu.h.
| #define soc_is_s5pv210 |
( |
| ) |
0 |
| void s3c24xx_init_clocks |
( |
int |
xtal | ) |
|
Definition at line 31 of file cpu.c.
Definition at line 38 of file cpu.c.
Definition at line 53 of file cpu.c.
Definition at line 25 of file cpu.c.
| unsigned long samsung_cpu_id |
Definition at line 22 of file cpu.c.