Searched refs:vbi_start (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_vip.c175 WRITE_VIP32(VIP_601_VBI_START, buffer->vbi_start);
176 WRITE_VIP32(VIP_601_VBI_END, buffer->vbi_start + buffer->vbi_height - 1);
1242 buffer->vbi_start = READ_VIP32(VIP_601_VBI_START);
1243 buffer->vbi_height = READ_VIP32(VIP_601_VBI_END) - buffer->vbi_start + 1;
H A Dcim_parm.h823 unsigned long vbi_start; member in struct:_TAG_VIP601PARAMS
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_video.c3478 int vbi_line_width, vbi_start, vbi_end; local in function:RADEONPutVideo
3636 vbi_start = 5;
3640 vbi_start = 8;
3650 OUTREG(RADEON_CAP0_VBI_V_WINDOW, vbi_start | (vbi_end<<16));

Completed in 11 milliseconds