Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/sm750fb/
Dsm750_accel.c142 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()
Dsm750_accel.h249 unsigned int sPitch, /* Pitch value of source surface in BYTE */