Searched refs:angle (Results 1 – 3 of 3) sorted by relevance
371 void au1100fb_fb_rotate(struct fb_info *fbi, int angle) in au1100fb_fb_rotate() argument375 print_dbg("fb_rotate %p %d", fbi, angle); in au1100fb_fb_rotate()377 if (fbdev && (angle > 0) && !(angle % 90)) { in au1100fb_fb_rotate()382 fbdev->regs->lcd_control |= ((angle/90) << LCD_CONTROL_SM_BIT); in au1100fb_fb_rotate()
625 void xxxfb_rotate(struct fb_info *info, int angle) in xxxfb_rotate() argument
301 void _sin_cos(s32 angle, s32 *sin, s32 *cos) in _sin_cos() argument308 TargetAngle=abs(angle); in _sin_cos()331 if (angle > 0) in _sin_cos()