Home
last modified time | relevance | path

Searched refs:OMAP343X_CLASS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/mach-omap2/
H A Dsoc.h336 #define OMAP343X_CLASS 0x34300034 macro
337 #define OMAP3430_REV_ES1_0 OMAP343X_CLASS
338 #define OMAP3430_REV_ES2_0 (OMAP343X_CLASS | (0x1 << 8))
339 #define OMAP3430_REV_ES2_1 (OMAP343X_CLASS | (0x2 << 8))
340 #define OMAP3430_REV_ES3_0 (OMAP343X_CLASS | (0x3 << 8))
341 #define OMAP3430_REV_ES3_1 (OMAP343X_CLASS | (0x4 << 8))
342 #define OMAP3430_REV_ES3_1_2 (OMAP343X_CLASS | (0x5 << 8))
H A Dio.c466 omap2_set_globals_tap(OMAP343X_CLASS, OMAP2_L4_IO_ADDRESS(0x4830A000)); in omap3_init_early()