Searched refs:dPitch (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/sm750fb/ |
D | sm750_accel.c | 152 unsigned int dBase, unsigned int dPitch, in sm750_hw_copyarea() argument 164 if (sBase == dBase && sPitch == dPitch) { in sm750_hw_copyarea() 253 ((dPitch / Bpp << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_copyarea() 263 ((dPitch / Bpp << DE_WINDOW_WIDTH_DST_SHIFT) & in sm750_hw_copyarea() 320 u32 srcDelta, u32 startBit, u32 dBase, u32 dPitch, in sm750_hw_imageblit() argument 357 ((dPitch / bytePerPixel << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_imageblit() 359 (dPitch / bytePerPixel & DE_PITCH_SOURCE_MASK)); /* dpr10 */ in sm750_hw_imageblit() 367 ((dPitch / bytePerPixel << DE_WINDOW_WIDTH_DST_SHIFT) & in sm750_hw_imageblit() 369 (dPitch / bytePerPixel & DE_WINDOW_WIDTH_SRC_MASK)); in sm750_hw_imageblit()
|
D | sm750_accel.h | 215 unsigned int dBase, unsigned int dPitch, 239 u32 srcDelta, u32 startBit, u32 dBase, u32 dPitch,
|