Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/sm750fb/
Dsm750_accel.c336 unsigned int ul4BytesPerScan; in hw_imageblit() local
344 ul4BytesPerScan = ulBytesPerScan & ~3; in hw_imageblit()
421 for (j=0; j<(ul4BytesPerScan/4); j++) in hw_imageblit()
428 memcpy(ajRemain, pSrcbuf+ul4BytesPerScan, ulBytesRemain); in hw_imageblit()