Searched refs:Part2Port (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/xgifb/ |
D | vb_setmode.c | 1806 temp = xgifb_reg_get(pVBInfo->Part2Port, 0x00); in XGI_UpdateModeInfo() 1824 pVBInfo->Part2Port, in XGI_UpdateModeInfo() 3284 xgifb_reg_set(pVBInfo->Part2Port, 0x0, tempax); in XGI_SetGroup2() 3315 xgifb_reg_set(pVBInfo->Part2Port, i, TimingPoint[j]); in XGI_SetGroup2() 3319 xgifb_reg_set(pVBInfo->Part2Port, i, TimingPoint[j]); in XGI_SetGroup2() 3322 xgifb_reg_and_or(pVBInfo->Part2Port, 0x3A, 0x1F, 0x00); in XGI_SetGroup2() 3326 xgifb_reg_and_or(pVBInfo->Part2Port, 0x0A, 0xFF, temp); in XGI_SetGroup2() 3355 xgifb_reg_set(pVBInfo->Part2Port, 0x01, temp); in XGI_SetGroup2() 3373 xgifb_reg_set(pVBInfo->Part2Port, 0x02, temp); in XGI_SetGroup2() 3384 xgifb_reg_set(pVBInfo->Part2Port, 0x1B, temp); in XGI_SetGroup2() [all …]
|
D | vb_struct.h | 129 unsigned long Part0Port, Part1Port, Part2Port; member
|
D | XGI_main.h | 26 #define XGIPART2 (xgifb_info->dev_info.Part2Port)
|
D | vb_init.c | 1317 xgifb_reg_set(pVBInfo->Part2Port, 0x00, 0x1C); in XGIInitNew()
|
D | XGI_main_26.c | 225 XGI_Pr->Part2Port = BaseAddr + SIS_CRT2_PORT_10; in XGIRegInit()
|