Lines Matching +full:12 +full:v
83 #define GET(v, msb, lsb) \ argument
84 ( ((u32)(v) & MASK(msb,lsb)) >> (lsb) )
85 #define SET(v, f, msb, lsb) \ argument
86 ( (v) = ((v)&~MASK(msb,lsb)) | (( (u32)(f)<<(lsb) ) & MASK(msb,lsb)) )
88 #define GET_GBE_FIELD(reg, field, v) \ argument
89 GET((v), GBE_##reg##_##field##_MSB, GBE_##reg##_##field##_LSB)
90 #define SET_GBE_FIELD(reg, field, v, f) \ argument
91 SET((v), (f), GBE_##reg##_##field##_MSB, GBE_##reg##_##field##_LSB)
113 #define GBE_VT_XY_Y_LSB 12
120 #define GBE_FP_VDRV_ON_LSB 12
125 #define GBE_FP_HDRV_ON_LSB 12
130 #define GBE_FP_DE_ON_LSB 12
135 #define GBE_VT_VSYNC_VSYNC_ON_LSB 12
140 #define GBE_VT_HSYNC_HSYNC_ON_LSB 12
145 #define GBE_VT_VBLANK_VBLANK_ON_LSB 12
150 #define GBE_VT_HBLANK_HBLANK_ON_LSB 12
170 #define GBE_VT_VCMAP_VCMAP_ON_LSB 12
175 #define GBE_VT_HCMAP_HCMAP_ON_LSB 12
182 #define GBE_VT_XYMAX_MAXY_LSB 12
185 #define GBE_VT_HPIXEN_HPIXEN_ON_LSB 12
190 #define GBE_VT_VPIXEN_VPIXEN_ON_LSB 12
213 #define GBE_FRM_SIZE_TILE_FRM_WIDTH_TILE_MSB 12
231 #define GBE_DID_START_XY_DID_STARTY_LSB 12
236 #define GBE_CRS_START_XY_CRS_STARTY_LSB 12
240 #define GBE_WID_AUX_MSB 12
252 #define GBE_VC_START_XY_VC_STARTY_LSB 12