Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/sm750fb/
H A Dsm750_accel.c151 unsigned int dBase, unsigned int dPitch, in sm750_hw_copyarea() argument
163 if (sBase == dBase && sPitch == dPitch) { in sm750_hw_copyarea()
252 ((dPitch / Bpp << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_copyarea()
262 ((dPitch / Bpp << DE_WINDOW_WIDTH_DST_SHIFT) & in sm750_hw_copyarea()
319 u32 srcDelta, u32 startBit, u32 dBase, u32 dPitch, in sm750_hw_imageblit() argument
356 ((dPitch / bytePerPixel << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_imageblit()
358 (dPitch / bytePerPixel & DE_PITCH_SOURCE_MASK)); /* dpr10 */ in sm750_hw_imageblit()
366 ((dPitch / bytePerPixel << DE_WINDOW_WIDTH_DST_SHIFT) & in sm750_hw_imageblit()
368 (dPitch / bytePerPixel & DE_WINDOW_WIDTH_SRC_MASK)); in sm750_hw_imageblit()
H A Dsm750_accel.h215 unsigned int dBase, unsigned int dPitch,
239 u32 srcDelta, u32 startBit, u32 dBase, u32 dPitch,