Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm/mach-omap2/
Dsoc.h374 #define OMAP443X_CLASS 0x44300044 macro
375 #define OMAP4430_REV_ES1_0 (OMAP443X_CLASS | (0x10 << 8))
376 #define OMAP4430_REV_ES2_0 (OMAP443X_CLASS | (0x20 << 8))
377 #define OMAP4430_REV_ES2_1 (OMAP443X_CLASS | (0x21 << 8))
378 #define OMAP4430_REV_ES2_2 (OMAP443X_CLASS | (0x22 << 8))
379 #define OMAP4430_REV_ES2_3 (OMAP443X_CLASS | (0x23 << 8))
Dio.c611 omap2_set_globals_tap(OMAP443X_CLASS, in omap4430_init_early()