Searched refs:PanelDispCntlReg1 (Results 1 – 2 of 2) sorted by relevance
800 par->PanelDispCntlReg1 = 0x00; in neofb_set_par()802 par->PanelDispCntlReg1 |= 0x02; in neofb_set_par()804 par->PanelDispCntlReg1 |= 0x01; in neofb_set_par()807 if (par->PanelDispCntlReg1 == 0x00) { in neofb_set_par()809 par->PanelDispCntlReg1 = vga_rgfx(NULL, 0x20) & 0x03; in neofb_set_par()815 par->PanelDispCntlReg1 |= 0x60; in neofb_set_par()818 par->PanelDispCntlReg1 |= 0x40; in neofb_set_par()821 par->PanelDispCntlReg1 |= 0x20; in neofb_set_par()829 switch (par->PanelDispCntlReg1 & 0x03) { in neofb_set_par()852 if (par->lcd_stretch && (par->PanelDispCntlReg1 == 0x02) && /* LCD only */ in neofb_set_par()[all …]
142 unsigned char PanelDispCntlReg1; member