Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/mach-omap2/
Dsoc.h392 #define DRA7XX_CLASS 0x07000000 macro
393 #define DRA762_REV_ES1_0 (DRA7XX_CLASS | (0x62 << 16) | (0x10 << 8))
396 #define DRA752_REV_ES1_0 (DRA7XX_CLASS | (0x52 << 16) | (0x10 << 8))
397 #define DRA752_REV_ES1_1 (DRA7XX_CLASS | (0x52 << 16) | (0x11 << 8))
398 #define DRA752_REV_ES2_0 (DRA7XX_CLASS | (0x52 << 16) | (0x20 << 8))
399 #define DRA722_REV_ES1_0 (DRA7XX_CLASS | (0x22 << 16) | (0x10 << 8))
400 #define DRA722_REV_ES2_0 (DRA7XX_CLASS | (0x22 << 16) | (0x20 << 8))
401 #define DRA722_REV_ES2_1 (DRA7XX_CLASS | (0x22 << 16) | (0x21 << 8))
Dio.c663 omap2_set_globals_tap(DRA7XX_CLASS, in dra7xx_init_early()