Searched refs:dest_pitch (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/staging/sm750fb/ |
| H A D | sm750_accel.c | 138 unsigned int dest_base, unsigned int dest_pitch, in sm750_hw_copyarea() argument 150 if (source_base == dest_base && source_pitch == dest_pitch) { in sm750_hw_copyarea() 239 ((dest_pitch / bpp << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_copyarea() 249 ((dest_pitch / bpp << DE_WINDOW_WIDTH_DST_SHIFT) & in sm750_hw_copyarea() 305 u32 start_bit, u32 dest_base, u32 dest_pitch, in sm750_hw_imageblit() argument 344 ((dest_pitch / byte_per_pixel << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_imageblit() 346 (dest_pitch / byte_per_pixel & DE_PITCH_SOURCE_MASK)); /* dpr10 */ in sm750_hw_imageblit() 354 ((dest_pitch / byte_per_pixel << DE_WINDOW_WIDTH_DST_SHIFT) & in sm750_hw_imageblit() 356 (dest_pitch / byte_per_pixel & DE_WINDOW_WIDTH_SRC_MASK)); in sm750_hw_imageblit()
|
| H A D | sm750_accel.h | 215 unsigned int dest_base, unsigned int dest_pitch, 237 u32 start_bit, u32 dest_base, u32 dest_pitch,
|