Searched refs:Part4Port (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/staging/xgifb/ |
D | vb_ext.c | 21 flag = xgifb_reg_get(pVBInfo->Part4Port, 0x01); in XGINew_Is301B() 34 xgifb_reg_set(pVBInfo->Part4Port, 0x11, temp); in XGINew_Sense() 37 xgifb_reg_and_or(pVBInfo->Part4Port, 0x10, ~0x1F, temp); in XGINew_Sense() 43 temp = xgifb_reg_get(pVBInfo->Part4Port, 0x03); in XGINew_Sense() 182 xgifb_reg_set(pVBInfo->Part4Port, 0x11, temp); in XGINew_SenseHiTV() 185 xgifb_reg_and_or(pVBInfo->Part4Port, 0x10, ~0x1F, temp); in XGINew_SenseHiTV() 191 temp = xgifb_reg_get(pVBInfo->Part4Port, 0x03); in XGINew_SenseHiTV() 202 xgifb_reg_set(pVBInfo->Part4Port, 0x11, temp); in XGINew_SenseHiTV() 205 xgifb_reg_and_or(pVBInfo->Part4Port, 0x10, ~0x1F, temp); in XGINew_SenseHiTV() 211 temp = xgifb_reg_get(pVBInfo->Part4Port, 0x03); in XGINew_SenseHiTV() [all …]
|
D | vb_setmode.c | 2964 xgifb_reg_set(pVBInfo->Part4Port, 0x3c, in XGI_SetLVDSRegs() 2966 xgifb_reg_set(pVBInfo->Part4Port, 0x3b, in XGI_SetLVDSRegs() 2970 xgifb_reg_and_or(pVBInfo->Part4Port, 0x3a, in XGI_SetLVDSRegs() 2977 xgifb_reg_and_or(pVBInfo->Part4Port, in XGI_SetLVDSRegs() 2980 xgifb_reg_and_or(pVBInfo->Part4Port, in XGI_SetLVDSRegs() 3379 flag = xgifb_reg_get(pVBInfo->Part4Port, 0x00); in XGI_GetVBType() 3382 flag = xgifb_reg_get(pVBInfo->Part4Port, 0x01); in XGI_GetVBType() 3393 pVBInfo->Part4Port, in XGI_GetVBType() 3404 pVBInfo->Part4Port, in XGI_GetVBType() 4565 xgifb_reg_set(pVBInfo->Part4Port, 0x0A, 0x10); in XGI_SetCRT2VCLK() [all …]
|
D | vb_init.c | 1342 pVBInfo->Part4Port = pVBInfo->BaseAddr + XGI_CRT2_PORT_14; in XGIInitNew() 1525 xgifb_reg_set(pVBInfo->Part4Port, 0x0D, *pVBInfo->pCRT2Data_4_D); in XGIInitNew() 1526 xgifb_reg_set(pVBInfo->Part4Port, 0x0E, *pVBInfo->pCRT2Data_4_E); in XGIInitNew() 1527 xgifb_reg_set(pVBInfo->Part4Port, 0x10, *pVBInfo->pCRT2Data_4_10); in XGIInitNew() 1528 xgifb_reg_set(pVBInfo->Part4Port, 0x0F, 0x3F); in XGIInitNew()
|
D | vb_struct.h | 390 unsigned long Part3Port,Part4Port,Part5Port; member
|
D | XGI_main.h | 90 #define XGIPART4 XGI_Pr.Part4Port
|
D | XGI_main_26.c | 383 XGI_Pr->Part4Port = BaseAddr + XGI_CRT2_PORT_14; /* 301 VGA2 (and LCD) registers */ in XGIRegInit()
|