Lines Matching +full:1 +full:g
6 * Register definition file for Samsung G-Scaler driver
12 /* G-Scaler enable */
14 #define GSC_ENABLE_OP_STATUS (1 << 2)
15 #define GSC_ENABLE_SFR_UPDATE (1 << 1)
16 #define GSC_ENABLE_ON (1 << 0)
18 /* G-Scaler S/W reset */
20 #define GSC_SW_RESET_SRESET (1 << 0)
22 /* G-Scaler IRQ */
24 #define GSC_IRQ_STATUS_OR_IRQ (1 << 17)
25 #define GSC_IRQ_STATUS_FRM_DONE_IRQ (1 << 16)
26 #define GSC_IRQ_FRMDONE_MASK (1 << 1)
27 #define GSC_IRQ_ENABLE (1 << 0)
29 /* G-Scaler input control */
38 #define GSC_IN_ROT_XFLIP (1 << 16)
42 #define GSC_IN_RGB_SD_NARROW (1 << 14)
44 #define GSC_IN_YUV422_1P_ORDER_MASK (1 << 13)
46 #define GSC_IN_YUV422_1P_OEDER_LSB_C (1 << 13)
47 #define GSC_IN_CHROMA_ORDER_MASK (1 << 12)
49 #define GSC_IN_CHROMA_ORDER_CRCB (1 << 12)
52 #define GSC_IN_RGB565 (1 << 8)
58 #define GSC_IN_TILE_TYPE_MASK (1 << 4)
60 #define GSC_IN_TILE_MODE (1 << 3)
61 #define GSC_IN_LOCAL_SEL_MASK (3 << 1)
62 #define GSC_IN_PATH_MASK (1 << 0)
65 /* G-Scaler source image size */
70 /* G-Scaler source image offset */
75 /* G-Scaler cropped source image size */
80 /* G-Scaler output control */
87 #define GSC_OUT_RGB_SD_WIDE (1 << 10)
89 #define GSC_OUT_YUV422_1P_ORDER_MASK (1 << 9)
91 #define GSC_OUT_YUV422_1P_OEDER_LSB_C (1 << 9)
92 #define GSC_OUT_CHROMA_ORDER_MASK (1 << 8)
94 #define GSC_OUT_CHROMA_ORDER_CRCB (1 << 8)
97 #define GSC_OUT_RGB565 (1 << 4)
103 #define GSC_OUT_TILE_TYPE_MASK (1 << 2)
105 #define GSC_OUT_TILE_MODE (1 << 1)
106 #define GSC_OUT_PATH_MASK (1 << 0)
107 #define GSC_OUT_PATH_LOCAL (1 << 0)
110 /* G-Scaler scaled destination image size */
115 /* G-Scaler pre scale ratio */
121 /* G-Scaler main scale horizontal ratio */
125 /* G-Scaler main scale vertical ratio */
129 /* G-Scaler destination image size */
134 /* G-Scaler destination image offset */
139 /* G-Scaler input y address mask */
141 /* G-Scaler input y base address */
144 /* G-Scaler input cb address mask */
146 /* G-Scaler input cb base address */
149 /* G-Scaler input cr address mask */
151 /* G-Scaler input cr base address */
154 /* G-Scaler output y address mask */
156 /* G-Scaler output y base address */
159 /* G-Scaler output cb address mask */
161 /* G-Scaler output cb base address */
164 /* G-Scaler output cr address mask */
166 /* G-Scaler output cr base address */