Home
last modified time | relevance | path

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

/linux/drivers/staging/sm750fb/
H A Dsm750_accel.c151 unsigned int dest_base, unsigned int dest_pitch, in sm750_hw_copyarea() argument
163 if (source_base == dest_base && source_pitch == dest_pitch) { in sm750_hw_copyarea()
252 ((dest_pitch / Bpp << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_copyarea()
262 ((dest_pitch / Bpp << DE_WINDOW_WIDTH_DST_SHIFT) & in sm750_hw_copyarea()
319 u32 src_delta, u32 start_bit, u32 dest_base, u32 dest_pitch, in sm750_hw_imageblit() argument
356 ((dest_pitch / byte_per_pixel << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_imageblit()
358 (dest_pitch / byte_per_pixel & DE_PITCH_SOURCE_MASK)); /* dpr10 */ in sm750_hw_imageblit()
366 ((dest_pitch / byte_per_pixel << DE_WINDOW_WIDTH_DST_SHIFT) & in sm750_hw_imageblit()
368 (dest_pitch / byte_per_pixel & DE_WINDOW_WIDTH_SRC_MASK)); in sm750_hw_imageblit()