Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/sm750fb/
Dsm750_accel.c141 unsigned int sPitch, /* Pitch value of source surface in BYTE */ in hw_copyarea() argument
162 if (sBase == dBase && sPitch == dPitch) { in hw_copyarea()
243 FIELD_VALUE(0, DE_PITCH, SOURCE, (sPitch/Bpp))); /* dpr10 */ in hw_copyarea()
251 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 */