Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/sm750fb/
Dsm750_accel.c136 unsigned int sPitch, /* Pitch value of source surface in BYTE */ in sm750_hw_copyarea() argument
155 if (sBase == dBase && sPitch == dPitch) { in sm750_hw_copyarea()
246 (sPitch / Bpp & DE_PITCH_SOURCE_MASK)); /* dpr10 */ in sm750_hw_copyarea()
256 (sPitch / Bpp & DE_WINDOW_WIDTH_SRC_MASK)); /* dpr3c */ in sm750_hw_copyarea()
Dsm750_accel.h200 unsigned int sPitch, /* Pitch value of source surface in BYTE */