Lines Matching refs:odd
1182 sc1200_set_vbi_lines(unsigned long even, unsigned long odd)
1185 gfx_set_vbi_lines(unsigned long even, unsigned long odd)
1192 odd & SC1200_VIDEO_VBI_LINE_ENABLE_MASK);
1205 sc1200_set_vbi_total(unsigned long even, unsigned long odd)
1208 gfx_set_vbi_total(unsigned long even, unsigned long odd)
1215 odd & SC1200_VIDEO_VBI_TOTAL_COUNT_MASK);
1298 * This routine sets the value by which the odd frame is shifted with respect
1321 /* Enable odd frame shifting */
1341 * with the odd field being the top field on TV].
1342 * If enable is "1", this is the odd field.
1344 * normal, i.e. an indication of "odd" field is given for even field data,
2474 sc1200_get_vbi_lines(int odd)
2477 gfx_get_vbi_lines(int odd)
2480 if (odd)
2495 sc1200_get_vbi_total(int odd)
2498 gfx_get_vbi_total(int odd)
2501 if (odd)
2559 * This routine sets "offset" to the value by which odd frames are shifted,