Searched refs:Part1Port (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/staging/xgifb/ |
D | vb_setmode.c | 2836 xgifb_reg_set(pVBInfo->Part1Port, 0x1A, tempbx & 0x07); in XGI_SetLVDSRegs() 2841 xgifb_reg_set(pVBInfo->Part1Port, 0x16, in XGI_SetLVDSRegs() 2843 xgifb_reg_set(pVBInfo->Part1Port, 0x17, in XGI_SetLVDSRegs() 2871 xgifb_reg_set(pVBInfo->Part1Port, 0x15, tempax); in XGI_SetLVDSRegs() 2872 xgifb_reg_set(pVBInfo->Part1Port, 0x14, in XGI_SetLVDSRegs() 2887 xgifb_reg_set(pVBInfo->Part1Port, 0x1b, in XGI_SetLVDSRegs() 2889 xgifb_reg_set(pVBInfo->Part1Port, 0x1c, in XGI_SetLVDSRegs() 2895 xgifb_reg_set(pVBInfo->Part1Port, 0x1d, in XGI_SetLVDSRegs() 2915 xgifb_reg_set(pVBInfo->Part1Port, 0x18, in XGI_SetLVDSRegs() 2917 xgifb_reg_and_or(pVBInfo->Part1Port, 0x19, ~0x0f, in XGI_SetLVDSRegs() [all …]
|
D | vb_struct.h | 389 unsigned long Part0Port,Part1Port,Part2Port; member
|
D | vb_init.c | 1339 pVBInfo->Part1Port = pVBInfo->BaseAddr + XGI_CRT2_PORT_04; in XGIInitNew() 1494 xgifb_reg_set(pVBInfo->Part1Port, 0x00, 0x00); in XGIInitNew() 1498 xgifb_reg_set(pVBInfo->Part1Port, 0x02, (*pVBInfo->pCRT2Data_1_2)); in XGIInitNew() 1502 xgifb_reg_set(pVBInfo->Part1Port, 0x2E, 0x08); /* use VB */ in XGIInitNew()
|
D | vb_ext.c | 162 flag = xgifb_reg_get(pVBInfo->Part1Port, 0x0); in XGINew_BridgeIsEnable()
|
D | XGI_main.h | 87 #define XGIPART1 XGI_Pr.Part1Port
|
D | XGI_main_26.c | 380 XGI_Pr->Part1Port = BaseAddr + XGI_CRT2_PORT_04; /* Digital video interface registers (LCD) */ in XGIRegInit()
|