Lines Matching defs:graphic_ctrl
1427 union graphic_ctrl_u graphic_ctrl;
1447 graphic_ctrl.val = 0; /* w32xx doesn't like undefined bits */
1450 graphic_ctrl.f_w100.color_depth=6;
1451 graphic_ctrl.f_w100.en_crtc=1;
1452 graphic_ctrl.f_w100.en_graphic_req=1;
1453 graphic_ctrl.f_w100.en_graphic_crtc=1;
1454 graphic_ctrl.f_w100.lcd_pclk_on=1;
1455 graphic_ctrl.f_w100.lcd_sclk_on=1;
1456 graphic_ctrl.f_w100.low_power_on=0;
1457 graphic_ctrl.f_w100.req_freq=0;
1458 graphic_ctrl.f_w100.portrait_mode=rot;
1465 graphic_ctrl.f_w100.total_req_graphic=0xa0;
1472 graphic_ctrl.f_w100.low_power_on=1;
1473 graphic_ctrl.f_w100.req_freq=5;
1477 graphic_ctrl.f_w100.req_freq=4;
1482 graphic_ctrl.f_w100.total_req_graphic=0xf0;
1488 graphic_ctrl.f_w32xx.color_depth=6;
1489 graphic_ctrl.f_w32xx.en_crtc=1;
1490 graphic_ctrl.f_w32xx.en_graphic_req=1;
1491 graphic_ctrl.f_w32xx.en_graphic_crtc=1;
1492 graphic_ctrl.f_w32xx.lcd_pclk_on=1;
1493 graphic_ctrl.f_w32xx.lcd_sclk_on=1;
1494 graphic_ctrl.f_w32xx.low_power_on=0;
1495 graphic_ctrl.f_w32xx.req_freq=0;
1496 graphic_ctrl.f_w32xx.total_req_graphic=par->mode->xres >> 1; /* panel xres, not mode */
1497 graphic_ctrl.f_w32xx.portrait_mode=rot;
1506 writel(graphic_ctrl.val, remapped_regs + mmGRAPHIC_CTRL);