Home | History | Annotate | Download | only in radeon

Lines Matching refs:x3

32 #       define NI_GRPH_INPUT_GAMMA_MODE(x)             (((x) & 0x3) << 0)
37 # define NI_OVL_INPUT_GAMMA_MODE(x) (((x) & 0x3) << 4)
46 # define NI_INPUT_CSC_GRPH_MODE(x) (((x) & 0x3) << 0)
50 # define NI_INPUT_CSC_OVL_MODE(x) (((x) & 0x3) << 4)
63 # define NI_GRPH_DEGAMMA_MODE(x) (((x) & 0x3) << 0)
67 # define NI_OVL_DEGAMMA_MODE(x) (((x) & 0x3) << 4)
68 # define NI_ICON_DEGAMMA_MODE(x) (((x) & 0x3) << 8)
69 # define NI_CURSOR_DEGAMMA_MODE(x) (((x) & 0x3) << 12)
72 # define NI_GRPH_GAMUT_REMAP_MODE(x) (((x) & 0x3) << 0)
77 # define NI_OVL_GAMUT_REMAP_MODE(x) (((x) & 0x3) << 4)
90 # define NI_DP_MSE_LINK_LINE (((x) & 0x3) << 16)
114 # define NI_DP_MSE_SAT_UPDATE_MASK 0x3
128 # define NI_DIG_SOURCE_SELECT(x) (((x) & 0x3) << 0)
129 # define NI_DIG_STEREOSYNC_SELECT(x) (((x) & 0x3) << 4)