Lines Matching refs:u16
75 static void mb86290fb_imageblit1(u32 *cmd, u16 step, u16 dx, u16 dy, in mb86290fb_imageblit1()
76 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit1()
82 u16 bytes; in mb86290fb_imageblit1()
124 static void mb86290fb_imageblit8(u32 *cmd, u16 step, u16 dx, u16 dy, in mb86290fb_imageblit8()
125 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit8()
131 u16 bytes; in mb86290fb_imageblit8()
163 static void mb86290fb_imageblit16(u32 *cmd, u16 step, u16 dx, u16 dy, in mb86290fb_imageblit16()
164 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit16()
170 u16 bytes; in mb86290fb_imageblit16()
193 void (*cmdfn) (u32 *, u16, u16, u16, u16, u16, u32, u32, in mb86290fb_imageblit()
197 u16 step; in mb86290fb_imageblit()
199 u16 width = image->width, height = image->height; in mb86290fb_imageblit()
200 u16 dx = image->dx, dy = image->dy; in mb86290fb_imageblit()