graphic_ctrl     1416 drivers/video/fbdev/w100fb.c 	union graphic_ctrl_u graphic_ctrl;
graphic_ctrl     1436 drivers/video/fbdev/w100fb.c 	graphic_ctrl.val = 0; /* w32xx doesn't like undefined bits */
graphic_ctrl     1439 drivers/video/fbdev/w100fb.c 			graphic_ctrl.f_w100.color_depth=6;
graphic_ctrl     1440 drivers/video/fbdev/w100fb.c 			graphic_ctrl.f_w100.en_crtc=1;
graphic_ctrl     1441 drivers/video/fbdev/w100fb.c 			graphic_ctrl.f_w100.en_graphic_req=1;
graphic_ctrl     1442 drivers/video/fbdev/w100fb.c 			graphic_ctrl.f_w100.en_graphic_crtc=1;
graphic_ctrl     1443 drivers/video/fbdev/w100fb.c 			graphic_ctrl.f_w100.lcd_pclk_on=1;
graphic_ctrl     1444 drivers/video/fbdev/w100fb.c 			graphic_ctrl.f_w100.lcd_sclk_on=1;
graphic_ctrl     1445 drivers/video/fbdev/w100fb.c 			graphic_ctrl.f_w100.low_power_on=0;
graphic_ctrl     1446 drivers/video/fbdev/w100fb.c 			graphic_ctrl.f_w100.req_freq=0;
graphic_ctrl     1447 drivers/video/fbdev/w100fb.c 			graphic_ctrl.f_w100.portrait_mode=rot;
graphic_ctrl     1454 drivers/video/fbdev/w100fb.c 					graphic_ctrl.f_w100.total_req_graphic=0xa0;
graphic_ctrl     1461 drivers/video/fbdev/w100fb.c 							graphic_ctrl.f_w100.low_power_on=1;
graphic_ctrl     1462 drivers/video/fbdev/w100fb.c 							graphic_ctrl.f_w100.req_freq=5;
graphic_ctrl     1466 drivers/video/fbdev/w100fb.c 							graphic_ctrl.f_w100.req_freq=4;
graphic_ctrl     1471 drivers/video/fbdev/w100fb.c 					graphic_ctrl.f_w100.total_req_graphic=0xf0;
graphic_ctrl     1477 drivers/video/fbdev/w100fb.c 			graphic_ctrl.f_w32xx.color_depth=6;
graphic_ctrl     1478 drivers/video/fbdev/w100fb.c 			graphic_ctrl.f_w32xx.en_crtc=1;
graphic_ctrl     1479 drivers/video/fbdev/w100fb.c 			graphic_ctrl.f_w32xx.en_graphic_req=1;
graphic_ctrl     1480 drivers/video/fbdev/w100fb.c 			graphic_ctrl.f_w32xx.en_graphic_crtc=1;
graphic_ctrl     1481 drivers/video/fbdev/w100fb.c 			graphic_ctrl.f_w32xx.lcd_pclk_on=1;
graphic_ctrl     1482 drivers/video/fbdev/w100fb.c 			graphic_ctrl.f_w32xx.lcd_sclk_on=1;
graphic_ctrl     1483 drivers/video/fbdev/w100fb.c 			graphic_ctrl.f_w32xx.low_power_on=0;
graphic_ctrl     1484 drivers/video/fbdev/w100fb.c 			graphic_ctrl.f_w32xx.req_freq=0;
graphic_ctrl     1485 drivers/video/fbdev/w100fb.c 			graphic_ctrl.f_w32xx.total_req_graphic=par->mode->xres >> 1; /* panel xres, not mode */
graphic_ctrl     1486 drivers/video/fbdev/w100fb.c 			graphic_ctrl.f_w32xx.portrait_mode=rot;
graphic_ctrl     1495 drivers/video/fbdev/w100fb.c 	writel(graphic_ctrl.val, remapped_regs + mmGRAPHIC_CTRL);