Home
last modified time | relevance | path

Searched refs:diwstrt_h (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/video/fbdev/
H A Damifb.c185 - diwstrt_h: Horizontal start of the visible window
215 the first pixel is output, so diwstrt_h = ddfstrt + 64 + 4 if you want
216 to display the first pixel on the line too. Increase diwstrt_h for
220 - diwstop_h = diwstrt_h + xres + 1. Because of the additional 1 this can
247 ddfstrt = ((diwstrt_h - 4) & -fetchstart) - prefetch
248 - for horizontal panning decrease diwstrt_h
732 u_short diwstrt_h; /* vmode */ member
975 * diwstrt_h 0 2047 1
1009 #define diwstrt2hw(diwstrt_h, diwstrt_v) \ argument
1010 (((diwstrt_v) << 7 & 0xff00) | ((diwstrt_h)>>
1013 diwhigh2hw(diwstrt_h,diwstrt_v,diwstop_h,diwstop_v) global() argument
[all...]