Lines Matching refs:FBCON_SWAP

1026 	cols = FBCON_SWAP(par->rotate, info->var.xres, info->var.yres);  in fbcon_startup()
1027 rows = FBCON_SWAP(par->rotate, info->var.yres, info->var.xres); in fbcon_startup()
1133 new_cols = FBCON_SWAP(par->rotate, info->var.xres, info->var.yres); in fbcon_init()
1134 new_rows = FBCON_SWAP(par->rotate, info->var.yres, info->var.xres); in fbcon_init()
1443 cols = FBCON_SWAP(par->rotate, info->var.xres, info->var.yres); in fbcon_set_disp()
1444 rows = FBCON_SWAP(par->rotate, info->var.yres, info->var.xres); in fbcon_set_disp()
1988 int ypan = FBCON_SWAP(par->rotate, info->fix.ypanstep, info->fix.xpanstep); in updatescrollmode_accel()
1989 int ywrap = FBCON_SWAP(par->rotate, info->fix.ywrapstep, t); in updatescrollmode_accel()
1990 int yres = FBCON_SWAP(par->rotate, info->var.yres, info->var.xres); in updatescrollmode_accel()
1991 int vyres = FBCON_SWAP(par->rotate, info->var.yres_virtual, info->var.xres_virtual); in updatescrollmode_accel()
2026 int yres = FBCON_SWAP(par->rotate, info->var.yres, info->var.xres); in updatescrollmode()
2027 int vyres = FBCON_SWAP(par->rotate, info->var.yres_virtual, info->var.xres_virtual); in updatescrollmode()
2069 virt_w = FBCON_SWAP(par->rotate, width, height); in fbcon_resize()
2070 virt_h = FBCON_SWAP(par->rotate, height, width); in fbcon_resize()
2071 virt_fw = FBCON_SWAP(par->rotate, vc->vc_font.width, vc->vc_font.height); in fbcon_resize()
2072 virt_fh = FBCON_SWAP(par->rotate, vc->vc_font.height, vc->vc_font.width); in fbcon_resize()
2443 cols = FBCON_SWAP(par->rotate, info->var.xres, info->var.yres); in fbcon_do_set_font()
2444 rows = FBCON_SWAP(par->rotate, info->var.yres, info->var.xres); in fbcon_do_set_font()
2500 if (w > FBCON_SWAP(info->var.rotate, info->var.xres, info->var.yres) || in fbcon_set_font()
2501 h > FBCON_SWAP(info->var.rotate, info->var.yres, info->var.xres)) in fbcon_set_font()
2684 cols = FBCON_SWAP(par->rotate, info->var.xres, info->var.yres); in fbcon_modechanged()
2685 rows = FBCON_SWAP(par->rotate, info->var.yres, info->var.xres); in fbcon_modechanged()
2727 cols = FBCON_SWAP(par->rotate, info->var.xres, info->var.yres); in fbcon_set_all_vcs()
2728 rows = FBCON_SWAP(par->rotate, info->var.yres, info->var.xres); in fbcon_set_all_vcs()
2767 if (vc->vc_font.width > FBCON_SWAP(var->rotate, var->xres, var->yres) || in fbcon_modechange_possible()
2768 vc->vc_font.height > FBCON_SWAP(var->rotate, var->yres, var->xres)) in fbcon_modechange_possible()