Lines Matching refs:graphic_ctrl

1414 	union graphic_ctrl_u graphic_ctrl;  in w100_set_dispregs()  local
1434 graphic_ctrl.val = 0; /* w32xx doesn't like undefined bits */ in w100_set_dispregs()
1437 graphic_ctrl.f_w100.color_depth=6; in w100_set_dispregs()
1438 graphic_ctrl.f_w100.en_crtc=1; in w100_set_dispregs()
1439 graphic_ctrl.f_w100.en_graphic_req=1; in w100_set_dispregs()
1440 graphic_ctrl.f_w100.en_graphic_crtc=1; in w100_set_dispregs()
1441 graphic_ctrl.f_w100.lcd_pclk_on=1; in w100_set_dispregs()
1442 graphic_ctrl.f_w100.lcd_sclk_on=1; in w100_set_dispregs()
1443 graphic_ctrl.f_w100.low_power_on=0; in w100_set_dispregs()
1444 graphic_ctrl.f_w100.req_freq=0; in w100_set_dispregs()
1445 graphic_ctrl.f_w100.portrait_mode=rot; in w100_set_dispregs()
1452 graphic_ctrl.f_w100.total_req_graphic=0xa0; in w100_set_dispregs()
1459 graphic_ctrl.f_w100.low_power_on=1; in w100_set_dispregs()
1460 graphic_ctrl.f_w100.req_freq=5; in w100_set_dispregs()
1464 graphic_ctrl.f_w100.req_freq=4; in w100_set_dispregs()
1469 graphic_ctrl.f_w100.total_req_graphic=0xf0; in w100_set_dispregs()
1475 graphic_ctrl.f_w32xx.color_depth=6; in w100_set_dispregs()
1476 graphic_ctrl.f_w32xx.en_crtc=1; in w100_set_dispregs()
1477 graphic_ctrl.f_w32xx.en_graphic_req=1; in w100_set_dispregs()
1478 graphic_ctrl.f_w32xx.en_graphic_crtc=1; in w100_set_dispregs()
1479 graphic_ctrl.f_w32xx.lcd_pclk_on=1; in w100_set_dispregs()
1480 graphic_ctrl.f_w32xx.lcd_sclk_on=1; in w100_set_dispregs()
1481 graphic_ctrl.f_w32xx.low_power_on=0; in w100_set_dispregs()
1482 graphic_ctrl.f_w32xx.req_freq=0; in w100_set_dispregs()
1483 graphic_ctrl.f_w32xx.total_req_graphic=par->mode->xres >> 1; /* panel xres, not mode */ in w100_set_dispregs()
1484 graphic_ctrl.f_w32xx.portrait_mode=rot; in w100_set_dispregs()
1493 writel(graphic_ctrl.val, remapped_regs + mmGRAPHIC_CTRL); in w100_set_dispregs()