Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/sm750fb/
Dsm750_accel.c140 unsigned int dPitch, /* Pitch value of destination surface in BYTE */ in sm750_hw_copyarea() argument
155 if (sBase == dBase && sPitch == dPitch) { in sm750_hw_copyarea()
244 ((dPitch / Bpp << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_copyarea()
254 ((dPitch / Bpp << DE_WINDOW_WIDTH_DST_SHIFT) & in sm750_hw_copyarea()
296 u32 dPitch, /* Pitch value of destination surface in BYTE */ in sm750_hw_imageblit() argument
339 ((dPitch / bytePerPixel << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_imageblit()
341 (dPitch / bytePerPixel & DE_PITCH_SOURCE_MASK)); /* dpr10 */ in sm750_hw_imageblit()
349 ((dPitch / bytePerPixel << DE_WINDOW_WIDTH_DST_SHIFT) & in sm750_hw_imageblit()
351 (dPitch / bytePerPixel & DE_WINDOW_WIDTH_SRC_MASK)); in sm750_hw_imageblit()
Dsm750_accel.h204 unsigned int dPitch, /* Pitch value of destination surface in BYTE */
217 u32 dPitch, /* Pitch value of destination surface in BYTE */