Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-omap2/
Dsoc.h363 #define TI816X_CLASS 0x81600081 macro
364 #define TI8168_REV_ES1_0 TI816X_CLASS
365 #define TI8168_REV_ES1_1 (TI816X_CLASS | (0x1 << 8))
366 #define TI8168_REV_ES2_0 (TI816X_CLASS | (0x2 << 8))
367 #define TI8168_REV_ES2_1 (TI816X_CLASS | (0x3 << 8))
Dio.c548 omap2_set_globals_tap(TI816X_CLASS, in ti816x_init_early()