Searched refs:xgifb_reg_get (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/staging/xgifb/ |
D | vb_init.c | 52 data = xgifb_reg_get(pVBInfo->P3c4, 0x39) & 0x02; in XGINew_GetXG20DRAMType() 55 data = (xgifb_reg_get(pVBInfo->P3c4, 0x3A) & 0x02) >> 1; in XGINew_GetXG20DRAMType() 64 temp = xgifb_reg_get(pVBInfo->P3c4, 0x3B); in XGINew_GetXG20DRAMType() 75 temp = xgifb_reg_get(pVBInfo->P3d4, 0x48); /* GPIOF 0:DVI 1:DVO */ in XGINew_GetXG20DRAMType() 86 data = xgifb_reg_get(pVBInfo->P3d4, 0x97) & 0x01; in XGINew_GetXG20DRAMType() 146 …xgifb_reg_set(pVBInfo->P3c4, 0x32, ((unsigned char) xgifb_reg_get(pVBInfo->P3c4, 0x32) & 0xFC) | 0… in XGINew_SetMemoryClock() 330 xgifb_reg_get(P3d4, 0x86); /* Insert read command for delay */ in XGINew_DDR1x_DefaultRegister() 332 xgifb_reg_get(P3d4, 0x86); in XGINew_DDR1x_DefaultRegister() 336 xgifb_reg_get(P3d4, 0x85); /* Insert read command for delay */ in XGINew_DDR1x_DefaultRegister() 338 xgifb_reg_get(P3d4, 0x85); /* Insert read command for delay */ in XGINew_DDR1x_DefaultRegister() [all …]
|
D | vb_ext.c | 21 flag = xgifb_reg_get(pVBInfo->Part4Port, 0x01); in XGINew_Is301B() 43 temp = xgifb_reg_get(pVBInfo->Part4Port, 0x03); in XGINew_Sense() 117 tempax = xgifb_reg_get(pVBInfo->P3c4, 0x1A); in XGINew_GetPanelID() 162 flag = xgifb_reg_get(pVBInfo->Part1Port, 0x0); in XGINew_BridgeIsEnable() 191 temp = xgifb_reg_get(pVBInfo->Part4Port, 0x03); in XGINew_SenseHiTV() 211 temp = xgifb_reg_get(pVBInfo->Part4Port, 0x03); in XGINew_SenseHiTV() 230 temp = xgifb_reg_get(pVBInfo->Part4Port, 0x03); in XGINew_SenseHiTV() 248 tempax = xgifb_reg_get(pVBInfo->P3c4, 0x1A); /* ynlai 02/27/2002 */ in XGI_GetSenseStatus() 249 tempbx = xgifb_reg_get(pVBInfo->P3c4, 0x1B); in XGI_GetSenseStatus() 269 tempax = xgifb_reg_get(pVBInfo->P3c4, 0x38); in XGI_GetSenseStatus() [all …]
|
D | vb_util.c | 17 u8 xgifb_reg_get(unsigned long port, u8 index) in xgifb_reg_get() function 31 temp = xgifb_reg_get(port, index); /* XGINew_Part1Port index 02 */ in xgifb_reg_and_or() 40 temp = xgifb_reg_get(port, index); /* XGINew_Part1Port index 02 */ in xgifb_reg_and() 49 temp = xgifb_reg_get(port, index); /* XGINew_Part1Port index 02 */ in xgifb_reg_or()
|
D | vb_setmode.c | 277 CRTCdata = (unsigned char) xgifb_reg_get(pVBInfo->P3d4, 0x11); in XGI_SetCRTCRegs() 348 GRdata = (unsigned char) xgifb_reg_get(pVBInfo->P3ce, 0x05); in XGI_SetGRCRegs() 541 data = (unsigned char) xgifb_reg_get(pVBInfo->P3d4, 0x11); /* unlock cr0-7 */ in XGI_SetCRT1Timing_H() 558 j = (unsigned char) xgifb_reg_get(pVBInfo->P3c4, 0x0e); in XGI_SetCRT1Timing_H() 566 data = (unsigned char) xgifb_reg_get(pVBInfo->P3d4, 0x04); in XGI_SetCRT1Timing_H() 569 data = (unsigned char) xgifb_reg_get(pVBInfo->P3d4, 0x05); in XGI_SetCRT1Timing_H() 575 data = (unsigned char) xgifb_reg_get(pVBInfo->P3c4, in XGI_SetCRT1Timing_H() 584 data = (unsigned char) xgifb_reg_get(pVBInfo->P3c4, 0x0e); in XGI_SetCRT1Timing_H() 619 j = (unsigned char) xgifb_reg_get(pVBInfo->P3c4, 0x0a); in XGI_SetCRT1Timing_V() 639 j = (unsigned char) xgifb_reg_get(pVBInfo->P3d4, 0x09); in XGI_SetCRT1Timing_V() [all …]
|
D | vb_util.h | 4 extern u8 xgifb_reg_get(unsigned long, u8);
|