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