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

/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_vop.c42 unsigned long hstart, hstop; local in function:vop_set_vbi_window
89 hstop = hstart + buffer->vbi_width;
92 if (hstop > htotal)
93 hstop -= htotal;
95 hstop--;
96 WRITE_REG32(DC3_VBI_HOR, ((hstop << DC3_VBI_HOR_END_SHIFT) &
448 unsigned long hstart, hstop; local in function:vop_get_vbi_configuration
462 hstop = ((temp & DC3_VBI_HOR_END_MASK) >> DC3_VBI_HOR_END_SHIFT) + 1;
475 if (hstop > hstart)
476 buffer->vbi_width = hstop
[all...]

Completed in 2 milliseconds