Searched refs:bytePerPixel (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/staging/sm750fb/ |
| D | sm750_accel.c | 304 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()
|
| D | sm750_accel.h | 267 u32 bytePerPixel, /* Color depth of destination surface */
|