Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/sm750fb/
Dsm750_accel.c319 u32 bytePerPixel, u32 dx, u32 dy, u32 width, in sm750_hw_imageblit() argument
355 ((dPitch / bytePerPixel << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_imageblit()
357 (dPitch / bytePerPixel & DE_PITCH_SOURCE_MASK)); /* dpr10 */ in sm750_hw_imageblit()
365 ((dPitch / bytePerPixel << DE_WINDOW_WIDTH_DST_SHIFT) & in sm750_hw_imageblit()
367 (dPitch / bytePerPixel & DE_WINDOW_WIDTH_SRC_MASK)); in sm750_hw_imageblit()
Dsm750_accel.h240 u32 bytePerPixel, u32 dx, u32 dy, u32 width,