Lines Matching full:vertical
74 #define NS2501_C0_VSYNC (1<<2) /* synchronize vertical with input */
105 * vertical at 10,11. The scale factor is computed as
108 #define NS2501_REG10 0x10 /* low-byte vertical scaler */
109 #define NS2501_REG11 0x11 /* high-byte vertical scaler */
124 #define NS2501_REGC5 0xc5 /* low-byte vertical display start */
125 #define NS2501_REGC6 0xc6 /* high-byte vertical display start */
126 #define NS2501_REGC7 0xc7 /* low-byte vertical display stop */
127 #define NS2501_REGC8 0xc8 /* high-byte vertical display stop */
131 * the vertical sync. If automatic syncing is enabled, and the
149 * in horizontal and vertical position and hence allow to shift
154 #define NS2501_REG8E 0x8e /* vertical start of the display, low byte */
155 #define NS2501_REG8F 0x8f /* vertical start of the display, high byte */
168 * Registers 9C and 9D define the vertical output offset
212 u16 vstart; /* vertical start, registers C5/C6 */
213 u16 vstop; /* vertical total, registers C7/C8 */
214 u16 vsync; /* manual vertical sync start, 80/81 */
217 u16 vpos; /* vertical position, 8e/8f */
218 u16 voffs; /* vertical output offset, 9c/9d */
220 u16 vscale; /* vertical scaling factor, 10/11 */