Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/sm750fb/
Dsm750_accel.c297 u32 bytePerPixel, /* Color depth of destination surface */ in sm750_hw_imageblit() argument
339 ((dPitch / bytePerPixel << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_imageblit()
341 (dPitch / bytePerPixel & DE_PITCH_SOURCE_MASK)); /* dpr10 */ in sm750_hw_imageblit()
349 ((dPitch / bytePerPixel << DE_WINDOW_WIDTH_DST_SHIFT) & in sm750_hw_imageblit()
351 (dPitch / bytePerPixel & DE_WINDOW_WIDTH_SRC_MASK)); in sm750_hw_imageblit()
Dsm750_accel.h218 u32 bytePerPixel, /* Color depth of destination surface */