Searched refs:PanelDispCntlReg1 (Results 1 – 2 of 2) sorted by relevance
799 par->PanelDispCntlReg1 = 0x00; in neofb_set_par()801 par->PanelDispCntlReg1 |= 0x02; in neofb_set_par()803 par->PanelDispCntlReg1 |= 0x01; in neofb_set_par()806 if (par->PanelDispCntlReg1 == 0x00) { in neofb_set_par()808 par->PanelDispCntlReg1 = vga_rgfx(NULL, 0x20) & 0x03; in neofb_set_par()814 par->PanelDispCntlReg1 |= 0x60; in neofb_set_par()817 par->PanelDispCntlReg1 |= 0x40; in neofb_set_par()820 par->PanelDispCntlReg1 |= 0x20; in neofb_set_par()828 switch (par->PanelDispCntlReg1 & 0x03) { in neofb_set_par()851 if (par->lcd_stretch && (par->PanelDispCntlReg1 == 0x02) && /* LCD only */ in neofb_set_par()[all …]
142 unsigned char PanelDispCntlReg1; member