Searched refs:ulWidth (Results 1 – 3 of 3) sorted by relevance
/drivers/video/fbdev/kyro/ |
D | STG4000OverlayDevice.c | 326 u32 ulHeight, ulWidth; in SetOverlayViewPort() local 511 ulWidth = ulSrcRight - ulSrcLeft; in SetOverlayViewPort() 518 ulsVal = ((ulWidth / 8) >> ulhDecim); in SetOverlayViewPort() 520 if ((ulWidth != (ulsVal << ulhDecim) * 8)) in SetOverlayViewPort() 524 ulSrc = ulWidth >> ulhDecim; in SetOverlayViewPort() 556 ulStride = (ulWidth >> (ulhDecim + 3)) + ulsAdd; in SetOverlayViewPort() 570 (((ulWidth / 8) - 1) << 23)); in SetOverlayViewPort() 574 (((ulWidth / 32) - 1) << 23)); in SetOverlayViewPort()
|
D | fbdev.c | 332 static int kyro_dev_overlay_create(u32 ulWidth, in kyro_dev_overlay_create() argument 355 if (CreateOverlaySurface(deviceInfo.pSTGReg, ulWidth, ulHeight, in kyro_dev_overlay_create() 369 static int kyro_dev_overlay_viewport_set(u32 x, u32 y, u32 ulWidth, u32 ulHeight) in kyro_dev_overlay_viewport_set() argument 379 x, y, x + ulWidth - 1, y + ulHeight - 1); in kyro_dev_overlay_viewport_set() 591 if (kyro_dev_overlay_create(ol_create.ulWidth, in kyrofb_ioctl()
|
D | STG4000Interface.h | 46 u32 ulWidth, u32 ulHeight,
|