Home
last modified time | relevance | path

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

/linux/drivers/staging/sm750fb/
H A Dsm750_accel.c92 ((pitch / bpp << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_fillrect()
239 ((dest_pitch / bpp << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_copyarea()
344 ((dest_pitch / byte_per_pixel << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_imageblit()
H A Dsm750_accel.h102 #define DE_PITCH_DESTINATION_SHIFT 16 macro