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.c105 ((pitch / Bpp << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_fillrect()
252 ((dPitch / Bpp << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_copyarea()
356 ((dPitch / bytePerPixel << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_imageblit()
H A Dsm750_accel.h102 #define DE_PITCH_DESTINATION_SHIFT 16 macro