Lines Matching full:horizontal
75 #define NS2501_C0_HSYNC (1<<1) /* synchronize horizontal with input */
106 * Scaler control registers. Horizontal at b8,b9,
112 #define NS2501_REGB8 0xb8 /* low-byte horizontal scaler */
113 #define NS2501_REGB9 0xb9 /* high-byte horizontal scaler */
122 #define NS2501_REGC1 0xc1 /* low-byte horizontal display start */
123 #define NS2501_REGC2 0xc2 /* high-byte horizontal display start */
124 #define NS2501_REGC3 0xc3 /* low-byte horizontal display stop */
125 #define NS2501_REGC4 0xc4 /* high-byte horizontal display stop */
151 * in horizontal and vertical position and hence allow to shift
154 #define NS2501_REG98 0x98 /* horizontal start of display + 256, low */
155 #define NS2501_REG99 0x99 /* horizontal start of display + 256, high */
212 u16 hstart; /* horizontal start, registers C1/C2 */
213 u16 hstop; /* horizontal total, registers C3/C4 */
218 u16 hpos; /* horizontal position + 256, 98/99 */
221 u16 hscale; /* horizontal scaling factor, b8/b9 */