Searched refs:Part2Port (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/staging/xgifb/ |
D | vb_setmode.c | 3308 temp = xgifb_reg_get(pVBInfo->Part2Port, 0x00); in XGI_UpdateModeInfo() 3326 pVBInfo->Part2Port, in XGI_UpdateModeInfo() 5277 xgifb_reg_set(pVBInfo->Part2Port, 0x0, tempax); in XGI_SetGroup2() 5308 xgifb_reg_set(pVBInfo->Part2Port, i, TimingPoint[j]); in XGI_SetGroup2() 5311 xgifb_reg_set(pVBInfo->Part2Port, i, TimingPoint[j]); /* di->temp2[j] */ in XGI_SetGroup2() 5314 xgifb_reg_and_or(pVBInfo->Part2Port, 0x3A, 0x1F, 0x00); in XGI_SetGroup2() 5318 xgifb_reg_and_or(pVBInfo->Part2Port, 0x0A, 0xFF, temp); in XGI_SetGroup2() 5350 xgifb_reg_set(pVBInfo->Part2Port, 0x01, temp); in XGI_SetGroup2() 5368 xgifb_reg_set(pVBInfo->Part2Port, 0x02, temp); in XGI_SetGroup2() 5379 xgifb_reg_set(pVBInfo->Part2Port, 0x1B, temp); in XGI_SetGroup2() [all …]
|
D | vb_ext.c | 276 P2reg0 = xgifb_reg_get(pVBInfo->Part2Port, 0x00); in XGI_GetSenseStatus() 298 xgifb_reg_set(pVBInfo->Part2Port, 0x00, 0x1c); in XGI_GetSenseStatus() 369 xgifb_reg_set(pVBInfo->Part2Port, 0x00, P2reg0); in XGI_GetSenseStatus()
|
D | vb_struct.h | 389 unsigned long Part0Port,Part1Port,Part2Port; member
|
D | XGI_main.h | 88 #define XGIPART2 XGI_Pr.Part2Port
|
D | vb_init.c | 1340 pVBInfo->Part2Port = pVBInfo->BaseAddr + XGI_CRT2_PORT_10; in XGIInitNew() 1524 xgifb_reg_set(pVBInfo->Part2Port, 0x00, 0x1C); in XGIInitNew()
|
D | XGI_main_26.c | 381 XGI_Pr->Part2Port = BaseAddr + XGI_CRT2_PORT_10; /* 301 TV Encoder registers */ in XGIRegInit()
|