Home
last modified time | relevance | path

Searched refs:xgifb_reg_and_or (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/staging/xgifb/
Dvb_ext.c37 xgifb_reg_and_or(pVBInfo->Part4Port, 0x10, ~0x1F, temp); in XGINew_Sense()
90 xgifb_reg_and_or(pVBInfo->P3d4, 0x36, 0xF0, temp); in XGINew_GetLCDDDCInfo()
151 xgifb_reg_and_or(pVBInfo->P3d4, 0x37, ~(LCDSyncBit in XGINew_GetPanelID()
185 xgifb_reg_and_or(pVBInfo->Part4Port, 0x10, ~0x1F, temp); in XGINew_SenseHiTV()
205 xgifb_reg_and_or(pVBInfo->Part4Port, 0x10, ~0x1F, temp); in XGINew_SenseHiTV()
224 xgifb_reg_and_or(pVBInfo->Part4Port, 0x10, ~0x1F, temp); in XGINew_SenseHiTV()
254 xgifb_reg_and_or(pVBInfo->P3d4, 0x39, 0xFF, 0x01); /* set CR39 bit0="1" */ in XGI_GetSenseStatus()
255 xgifb_reg_and_or(pVBInfo->P3d4, 0x37, 0xEF, 0x00); /* clean CR37 bit4="0" */ in XGI_GetSenseStatus()
266 xgifb_reg_and_or(pVBInfo->P3d4, 0x32, tempbx, temp); in XGI_GetSenseStatus()
273 xgifb_reg_and_or(pVBInfo->P3d4, 0x32, 0xA0, temp); in XGI_GetSenseStatus()
[all …]
Dvb_setmode.c365 xgifb_reg_and_or(pVBInfo->P3c4, 0x31, ~0x30, 0x20); in XGI_SetDefaultVCLK()
369 xgifb_reg_and_or(pVBInfo->P3c4, 0x31, ~0x30, 0x10); in XGI_SetDefaultVCLK()
590 xgifb_reg_and_or(pVBInfo->P3c4, 0x0e, ~0xE0, data); in XGI_SetCRT1Timing_H()
702 xgifb_reg_and_or(pVBInfo->P3c4, 0x30, 0xE3, 00); in XGI_SetXG21CRTC()
770 xgifb_reg_and_or(pVBInfo->P3c4, 0x30, 0xE3, 00); in XGI_SetXG21CRTC()
839 xgifb_reg_and_or(pVBInfo->P3c4, 0x30, 0xE3, 00); in XGI_SetXG27CRTC()
848 xgifb_reg_and_or(pVBInfo->P3c4, 0x35, ~0x01, Tempax); /* SR35 D[0]->VRS D[8] */ in XGI_SetXG27CRTC()
862 xgifb_reg_and_or(pVBInfo->P3c4, 0x3F, ~0xFC, Tempax); /* SR3F D[7:2]->VRE D[5:0] */ in XGI_SetXG27CRTC()
863 xgifb_reg_and_or(pVBInfo->P3c4, 0x35, ~0x06, Tempcx); /* SR35 D[2:1]->VRS[10:9] */ in XGI_SetXG27CRTC()
896 xgifb_reg_and_or(pVBInfo->P3c4, 0x30, 0xE3, 00); in XGI_SetXG27CRTC()
[all …]
Dvb_init.c424 xgifb_reg_and_or(P3d4, 0x6E, 0xFC, temp3); /* CR6E_D[1:0] select channel */ in XGINew_SetDRAMDefaultRegister340()
519 xgifb_reg_and_or(pVBInfo->P3c4, 0x13, 0x80, data); in XGINew_SetDRAMSizingType()
1200 xgifb_reg_and_or(pVBInfo->P3d4, 0x38, ~0xE0, 0xC0); /* LVDS on chip */ in XGINew_GetXG21Sense()
1203 xgifb_reg_and_or(pVBInfo->P3d4, 0x4A, ~0x03, 0x03); /* Enable GPIOA/B read */ in XGINew_GetXG21Sense()
1208 xgifb_reg_and_or(pVBInfo->P3d4, 0x4A, ~0x20, 0x20); /* Enable read GPIOF */ in XGINew_GetXG21Sense()
1211 xgifb_reg_and_or(pVBInfo->P3d4, 0x38, ~0xE0, 0x80); /* TMDS on chip */ in XGINew_GetXG21Sense()
1213 xgifb_reg_and_or(pVBInfo->P3d4, 0x38, ~0xE0, 0xA0); /* Only DVO on chip */ in XGINew_GetXG21Sense()
1228 xgifb_reg_and_or(pVBInfo->P3d4, 0x4A, ~0x07, 0x07); /* Enable GPIOA/B/C read */ in XGINew_GetXG27Sense()
1234 xgifb_reg_and_or(pVBInfo->P3d4, 0x38, ~0xE0, 0xC0); /* LVDS setting */ in XGINew_GetXG27Sense()
1237 xgifb_reg_and_or(pVBInfo->P3d4, 0x38, ~0xE0, 0xA0); /* TMDS/DVO setting */ in XGINew_GetXG27Sense()
[all …]
Dvb_util.h7 extern void xgifb_reg_and_or(unsigned long, u8, unsigned, unsigned);
Dvb_util.c26 void xgifb_reg_and_or(unsigned long port, u8 index, in xgifb_reg_and_or() function