dp_cntl           299 drivers/video/fbdev/w100fb.c 	union dp_cntl_u dp_cntl;
dp_cntl           313 drivers/video/fbdev/w100fb.c 	dp_cntl.val = 0;
dp_cntl           314 drivers/video/fbdev/w100fb.c 	dp_cntl.f.dst_x_dir = 1;
dp_cntl           315 drivers/video/fbdev/w100fb.c 	dp_cntl.f.dst_y_dir = 1;
dp_cntl           316 drivers/video/fbdev/w100fb.c 	dp_cntl.f.src_x_dir = 1;
dp_cntl           317 drivers/video/fbdev/w100fb.c 	dp_cntl.f.src_y_dir = 1;
dp_cntl           318 drivers/video/fbdev/w100fb.c 	dp_cntl.f.dst_major_x = 1;
dp_cntl           319 drivers/video/fbdev/w100fb.c 	dp_cntl.f.src_major_x = 1;
dp_cntl           320 drivers/video/fbdev/w100fb.c 	writel(dp_cntl.val, remapped_regs + mmDP_CNTL);