Lines Matching refs:currentvbflags
841 if(ivideo->currentvbflags & VB_DISPTYPE_DISP2) {
857 if((ivideo->currentvbflags & VB_DISPTYPE_DISP2) && (!(sisfb_bridgeisslave(ivideo)))) {
955 if(ivideo->currentvbflags & VB_DISPTYPE_CRT1) {
973 if(ivideo->currentvbflags & CRT2_LCD) {
1012 } else if(ivideo->currentvbflags & CRT2_VGA) {
1128 if(!(ivideo->currentvbflags & CRT1_LCDA)) {
1145 if((ivideo->currentvbflags & VB_DISPTYPE_DISP1) || (isslavemode)) {
1151 if((ivideo->currentvbflags & VB_DISPTYPE_DISP2) && (!isslavemode)) {
1273 ivideo->sisfb_mode_idx, ivideo->currentvbflags);
1353 if(ivideo->currentvbflags & VB_DISPTYPE_DISP2) {
1419 if(ivideo->currentvbflags & VB_DISPTYPE_DISP2) {
1502 ivideo->currentvbflags)) > 0) {
1518 ivideo->currentvbflags)) > 0) {
1544 ((ivideo->vbflags2 & VB2_30xBDH) && (ivideo->currentvbflags & CRT2_LCD))) &&
1766 ivideo->sisfb_infoblock.sisfb_currentvbflags = ivideo->currentvbflags;
3529 ivideo->currentvbflags &= (VB_VIDEOBRIDGE | VB_DISPTYPE_DISP2);
3562 switch(ivideo->currentvbflags & VB_DISPTYPE_DISP2) {
3575 ivideo->currentvbflags |= (TV_YPBPR | (ivideo->vbflags & TV_YPBPRALL));
3583 ivideo->currentvbflags |= (TV_YPBPR | (ivideo->vbflags & TV_YPBPRALL));
3597 ivideo->currentvbflags |= TV_HIVISION;
3602 ivideo->currentvbflags |= TV_SCART;
3606 ivideo->currentvbflags |= TV_SVIDEO;
3610 ivideo->currentvbflags |= TV_AVIDEO;
3618 ivideo->currentvbflags |= TV_PAL;
3621 ivideo->currentvbflags |= TV_PALM;
3624 ivideo->currentvbflags |= TV_PALN;
3628 ivideo->currentvbflags |= TV_NTSC;
3631 ivideo->currentvbflags |= TV_NTSCJ;
3713 if(ivideo->currentvbflags & CRT2_TV) {
3771 if(ivideo->currentvbflags & CRT2_TV) {
3799 if(!(ivideo->currentvbflags & (TV_HIVISION | TV_YPBPR))) {
3867 ivideo->currentvbflags &= ~VB_DISPTYPE_CRT1;
3868 ivideo->currentvbflags |= VB_SINGLE_MODE;
3870 ivideo->currentvbflags |= VB_DISPTYPE_CRT1;
3871 if(ivideo->currentvbflags & VB_DISPTYPE_CRT2) {
3872 ivideo->currentvbflags |= VB_MIRROR_MODE;
3874 ivideo->currentvbflags |= VB_SINGLE_MODE;
3880 if(ivideo->currentvbflags & CRT2_TV) {
3941 sisfb_command->sisfb_result[1] = ivideo->currentvbflags;
3955 } else if((!(ivideo->currentvbflags & CRT2_ENABLE)) &&
3961 if( ((ivideo->currentvbflags & VB_DISPTYPE_CRT1) && mycrt1off) ||
3962 ((!(ivideo->currentvbflags & VB_DISPTYPE_CRT1)) && !mycrt1off) ) {
6318 ivideo->currentvbflags = ivideo->vbflags & (VB_VIDEOBRIDGE | TV_STANDARD);
6325 ivideo->currentvbflags |= CRT2_LCD;
6327 ivideo->currentvbflags |= ivideo->sisfb_crt2type;
6336 ivideo->currentvbflags |= CRT2_LCD;
6338 ivideo->currentvbflags |= CRT2_TV;
6340 ivideo->currentvbflags |= CRT2_VGA;
6343 ivideo->currentvbflags |= CRT2_TV;
6345 ivideo->currentvbflags |= CRT2_LCD;
6347 ivideo->currentvbflags |= CRT2_VGA;
6370 ivideo->sisfb_mode_idx, ivideo->currentvbflags);
6380 switch(ivideo->currentvbflags & VB_DISPTYPE_DISP2) {