Lines Matching full:horizontal
73 #define NS2501_C0_HSYNC (1<<1) /* synchronize horizontal with input */
104 * Scaler control registers. Horizontal at b8,b9,
110 #define NS2501_REGB8 0xb8 /* low-byte horizontal scaler */
111 #define NS2501_REGB9 0xb9 /* high-byte horizontal scaler */
120 #define NS2501_REGC1 0xc1 /* low-byte horizontal display start */
121 #define NS2501_REGC2 0xc2 /* high-byte horizontal display start */
122 #define NS2501_REGC3 0xc3 /* low-byte horizontal display stop */
123 #define NS2501_REGC4 0xc4 /* high-byte horizontal display stop */
149 * in horizontal and vertical position and hence allow to shift
152 #define NS2501_REG98 0x98 /* horizontal start of display + 256, low */
153 #define NS2501_REG99 0x99 /* horizontal start of display + 256, high */
210 u16 hstart; /* horizontal start, registers C1/C2 */
211 u16 hstop; /* horizontal total, registers C3/C4 */
216 u16 hpos; /* horizontal position + 256, 98/99 */
219 u16 hscale; /* horizontal scaling factor, b8/b9 */