|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
| int | omap_type (void) |
| unsigned int | omap_rev (void) |
| void | omap2xxx_check_revision (void) |
| void | omap3xxx_check_revision (void) |
| void | omap4xxx_check_revision (void) |
| void | omap5xxx_check_revision (void) |
| void | omap3xxx_check_features (void) |
| void | ti81xx_check_features (void) |
| void | omap4xxx_check_features (void) |
Variables | |
| u32 | omap_features |
| #define AM335X_REV_ES1_0 AM335X_CLASS |
| #define AM35XX_REV_ES1_0 AM35XX_CLASS |
| #define AM35XX_REV_ES1_1 (AM35XX_CLASS | (0x1 << 8)) |
| #define cpu_class_is_omap1 | ( | ) |
| #define cpu_class_is_omap2 | ( | ) |
| #define OMAP2420_REV_ES1_0 OMAP242X_CLASS |
| #define OMAP2420_REV_ES2_0 (OMAP242X_CLASS | (0x1 << 8)) |
| #define OMAP2430_REV_ES1_0 OMAP243X_CLASS |
| #define OMAP3430_REV_ES1_0 OMAP343X_CLASS |
| #define OMAP3430_REV_ES2_0 (OMAP343X_CLASS | (0x1 << 8)) |
| #define OMAP3430_REV_ES2_1 (OMAP343X_CLASS | (0x2 << 8)) |
| #define OMAP3430_REV_ES3_0 (OMAP343X_CLASS | (0x3 << 8)) |
| #define OMAP3430_REV_ES3_1 (OMAP343X_CLASS | (0x4 << 8)) |
| #define OMAP3430_REV_ES3_1_2 (OMAP343X_CLASS | (0x5 << 8)) |
| #define OMAP3630_REV_ES1_0 OMAP363X_CLASS |
| #define OMAP3630_REV_ES1_1 (OMAP363X_CLASS | (0x1 << 8)) |
| #define OMAP3630_REV_ES1_2 (OMAP363X_CLASS | (0x2 << 8)) |
| #define OMAP4430_REV_ES1_0 (OMAP443X_CLASS | (0x10 << 8)) |
| #define OMAP4430_REV_ES2_0 (OMAP443X_CLASS | (0x20 << 8)) |
| #define OMAP4430_REV_ES2_1 (OMAP443X_CLASS | (0x21 << 8)) |
| #define OMAP4430_REV_ES2_2 (OMAP443X_CLASS | (0x22 << 8)) |
| #define OMAP4430_REV_ES2_3 (OMAP443X_CLASS | (0x23 << 8)) |
| #define OMAP4460_REV_ES1_0 (OMAP446X_CLASS | (0x10 << 8)) |
| #define OMAP4460_REV_ES1_1 (OMAP446X_CLASS | (0x11 << 8)) |
| #define OMAP4470_REV_ES1_0 (OMAP447X_CLASS | (0x10 << 8)) |
| #define OMAP5430_REV_ES1_0 (OMAP54XX_CLASS | (0x30 << 16) | (0x10 << 8)) |
| #define OMAP5432_REV_ES1_0 (OMAP54XX_CLASS | (0x32 << 16) | (0x10 << 8)) |
| #define TI8148_REV_ES1_0 TI814X_CLASS |
| #define TI8148_REV_ES2_0 (TI814X_CLASS | (0x1 << 8)) |
| #define TI8148_REV_ES2_1 (TI814X_CLASS | (0x2 << 8)) |
| #define TI8168_REV_ES1_0 TI816X_CLASS |
| #define TI8168_REV_ES1_1 (TI816X_CLASS | (0x1 << 8)) |
1.8.2