Lines Matching refs:odd
232 int sc1200_set_vbi_lines(unsigned long even, unsigned long odd);
233 int sc1200_set_vbi_total(unsigned long even, unsigned long odd);
299 unsigned long sc1200_get_vbi_lines(int odd);
300 unsigned long sc1200_get_vbi_total(int odd);
1284 sc1200_set_vbi_lines(unsigned long even, unsigned long odd)
1287 gfx_set_vbi_lines(unsigned long even, unsigned long odd)
1294 odd & SC1200_VIDEO_VBI_LINE_ENABLE_MASK);
1307 sc1200_set_vbi_total(unsigned long even, unsigned long odd)
1310 gfx_set_vbi_total(unsigned long even, unsigned long odd)
1317 odd & SC1200_VIDEO_VBI_TOTAL_COUNT_MASK);
1398 * This routine sets the value by which the odd frame is shifted with respect
1418 control |= SC1200_VERTICAL_SCALER_SHIFT_EN; /* Enable odd frame shifting */
1433 * with the odd field being the top field on TV].
1434 * If enable is "1", this is the odd field.
1436 * normal, i.e. an indication of "odd" field is given for even field data,
2542 sc1200_get_vbi_lines(int odd)
2545 gfx_get_vbi_lines(int odd)
2548 if (odd)
2563 sc1200_get_vbi_total(int odd)
2566 gfx_get_vbi_total(int odd)
2569 if (odd)
2627 * This routine sets "offset" to the value by which odd frames are shifted,