Home
last modified time | relevance | path

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

/drivers/staging/sm750fb/
Dsm750_accel.c106 ((pitch / Bpp << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_fillrect()
253 ((dPitch / Bpp << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_copyarea()
357 ((dPitch / bytePerPixel << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_imageblit()
Dsm750_accel.h102 #define DE_PITCH_DESTINATION_SHIFT 16 macro