Searched refs:PanelDispCntlReg1 (Results 1 – 2 of 2) sorted by relevance
805 par->PanelDispCntlReg1 = 0x00; in neofb_set_par()807 par->PanelDispCntlReg1 |= 0x02; in neofb_set_par()809 par->PanelDispCntlReg1 |= 0x01; in neofb_set_par()812 if (par->PanelDispCntlReg1 == 0x00) { in neofb_set_par()814 par->PanelDispCntlReg1 = vga_rgfx(NULL, 0x20) & 0x03; in neofb_set_par()820 par->PanelDispCntlReg1 |= 0x60; in neofb_set_par()823 par->PanelDispCntlReg1 |= 0x40; in neofb_set_par()826 par->PanelDispCntlReg1 |= 0x20; in neofb_set_par()834 switch (par->PanelDispCntlReg1 & 0x03) { in neofb_set_par()857 if (par->lcd_stretch && (par->PanelDispCntlReg1 == 0x02) && /* LCD only */ in neofb_set_par()[all …]
142 unsigned char PanelDispCntlReg1; member