Searched refs:OMAP343X_CLASS (Results 1 – 2 of 2) sorted by relevance
350 #define OMAP343X_CLASS 0x34300034 macro351 #define OMAP3430_REV_ES1_0 OMAP343X_CLASS352 #define OMAP3430_REV_ES2_0 (OMAP343X_CLASS | (0x1 << 8))353 #define OMAP3430_REV_ES2_1 (OMAP343X_CLASS | (0x2 << 8))354 #define OMAP3430_REV_ES3_0 (OMAP343X_CLASS | (0x3 << 8))355 #define OMAP3430_REV_ES3_1 (OMAP343X_CLASS | (0x4 << 8))356 #define OMAP3430_REV_ES3_1_2 (OMAP343X_CLASS | (0x5 << 8))
480 omap2_set_globals_tap(OMAP343X_CLASS, OMAP2_L4_IO_ADDRESS(0x4830A000)); in omap3_init_early()