Searched refs:CRT_2_OFFSET (Results 1 – 2 of 2) sorted by relevance
57 #define CRT_2_OFFSET 2 macro58 #define CRT_2_MASK (3 << CRT_2_OFFSET)60 #define CRT_2_PRI ((0x0 << CRT_2_OFFSET)|CRT_2_USAGE)61 #define CRT_2_SEC ((0x2 << CRT_2_OFFSET)|CRT_2_USAGE)
222 reg = FIELD_VALUE(reg, CRT_DISPLAY_CTRL, SELECT, (output & CRT_2_MASK)>>CRT_2_OFFSET); in ddk750_setLogicalDispOut()