Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/sm750fb/
Dsm750_accel.c304 u32 bytePerPixel, /* Color depth of destination surface */ in hw_imageblit() argument
343 FIELD_VALUE(0, DE_PITCH, DESTINATION, dPitch/bytePerPixel) | in hw_imageblit()
344 FIELD_VALUE(0, DE_PITCH, SOURCE, dPitch/bytePerPixel)); /* dpr10 */ in hw_imageblit()
351 FIELD_VALUE(0, DE_WINDOW_WIDTH, DESTINATION, (dPitch/bytePerPixel)) | in hw_imageblit()
352 FIELD_VALUE(0, DE_WINDOW_WIDTH, SOURCE, (dPitch/bytePerPixel))); in hw_imageblit()
Dsm750_accel.h267 u32 bytePerPixel, /* Color depth of destination surface */