inWidth 141 drivers/video/fbdev/kyro/STG4000OverlayDevice.c u32 inWidth, inWidth 150 drivers/video/fbdev/kyro/STG4000OverlayDevice.c if (inWidth > STG4000_OVRL_MAX_WIDTH || inWidth 158 drivers/video/fbdev/kyro/STG4000OverlayDevice.c if ((inWidth & 0x7) == 0) { /* inWidth % 8 */ inWidth 159 drivers/video/fbdev/kyro/STG4000OverlayDevice.c ulStride = (inWidth / 8); inWidth 162 drivers/video/fbdev/kyro/STG4000OverlayDevice.c ulStride = ((inWidth + 8) / 8); inWidth 166 drivers/video/fbdev/kyro/STG4000OverlayDevice.c if ((inWidth & 0xf) == 0) { /* inWidth % 16 */ inWidth 167 drivers/video/fbdev/kyro/STG4000OverlayDevice.c ulStride = (inWidth / 16); inWidth 170 drivers/video/fbdev/kyro/STG4000OverlayDevice.c ulStride = ((inWidth + 16) / 16); inWidth 190 drivers/video/fbdev/kyro/STG4000OverlayDevice.c (inWidth & 0x1) ? (inWidth + 1 / 2) : (inWidth / 2); inWidth 233 drivers/video/fbdev/kyro/STG4000OverlayDevice.c ovlWidth = inWidth;