FBCON_SWAP       1059 drivers/video/fbdev/core/fbcon.c 	cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres);
FBCON_SWAP       1060 drivers/video/fbdev/core/fbcon.c 	rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres);
FBCON_SWAP       1169 drivers/video/fbdev/core/fbcon.c 	new_cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres);
FBCON_SWAP       1170 drivers/video/fbdev/core/fbcon.c 	new_rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres);
FBCON_SWAP       1468 drivers/video/fbdev/core/fbcon.c 	cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres);
FBCON_SWAP       1469 drivers/video/fbdev/core/fbcon.c 	rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres);
FBCON_SWAP       2149 drivers/video/fbdev/core/fbcon.c 	int ypan = FBCON_SWAP(ops->rotate, info->fix.ypanstep,
FBCON_SWAP       2151 drivers/video/fbdev/core/fbcon.c 	int ywrap = FBCON_SWAP(ops->rotate, info->fix.ywrapstep, t);
FBCON_SWAP       2152 drivers/video/fbdev/core/fbcon.c 	int yres = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres);
FBCON_SWAP       2153 drivers/video/fbdev/core/fbcon.c 	int vyres = FBCON_SWAP(ops->rotate, info->var.yres_virtual,
FBCON_SWAP       2197 drivers/video/fbdev/core/fbcon.c 	virt_w = FBCON_SWAP(ops->rotate, width, height);
FBCON_SWAP       2198 drivers/video/fbdev/core/fbcon.c 	virt_h = FBCON_SWAP(ops->rotate, height, width);
FBCON_SWAP       2199 drivers/video/fbdev/core/fbcon.c 	virt_fw = FBCON_SWAP(ops->rotate, vc->vc_font.width,
FBCON_SWAP       2201 drivers/video/fbdev/core/fbcon.c 	virt_fh = FBCON_SWAP(ops->rotate, vc->vc_font.height,
FBCON_SWAP       2598 drivers/video/fbdev/core/fbcon.c 		cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres);
FBCON_SWAP       2599 drivers/video/fbdev/core/fbcon.c 		rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres);
FBCON_SWAP       2979 drivers/video/fbdev/core/fbcon.c 		cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres);
FBCON_SWAP       2980 drivers/video/fbdev/core/fbcon.c 		rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres);
FBCON_SWAP       3024 drivers/video/fbdev/core/fbcon.c 		cols = FBCON_SWAP(ops->rotate, info->var.xres, info->var.yres);
FBCON_SWAP       3025 drivers/video/fbdev/core/fbcon.c 		rows = FBCON_SWAP(ops->rotate, info->var.yres, info->var.xres);