Searched refs:sPitch (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/sm750fb/ |
D | sm750_accel.c | 142 unsigned int sPitch, /* Pitch value of source surface in BYTE */ in hw_copyarea() argument 162 if (sBase == dBase && sPitch == dPitch) in hw_copyarea() 257 FIELD_VALUE(0, DE_PITCH, SOURCE, sPitch));//dpr10 in hw_copyarea() 264 FIELD_VALUE(0, DE_PITCH, SOURCE, (sPitch/Bpp)));//dpr10 in hw_copyarea() 272 FIELD_VALUE(0, DE_WINDOW_WIDTH, SOURCE, (sPitch/Bpp)));//dpr3c in hw_copyarea()
|
D | sm750_accel.h | 249 unsigned int sPitch, /* Pitch value of source surface in BYTE */
|