Home
last modified time | relevance | path

Searched refs:P3da (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/xgifb/
Dvb_struct.h128 unsigned long P3ca, P3c6, P3c7, P3c8, P3c9, P3da; member
Dvb_setmode.c118 inb(pVBInfo->P3da); /* reset 3da */ in XGI_SetATTRegs()
123 inb(pVBInfo->P3da); /* reset 3da */ in XGI_SetATTRegs()
126 inb(pVBInfo->P3da); /* Enable Attribute */ in XGI_SetATTRegs()
2382 while ((inb(pVBInfo->P3da) & 0x01)) in XGI_WaitDisply()
2385 while (!(inb(pVBInfo->P3da) & 0x01)) in XGI_WaitDisply()
4413 inb(pVBInfo->P3da); /* reset 3da */ in xgifb_set_lvds()
4418 inb(pVBInfo->P3da); /* Enable Attribute */ in xgifb_set_lvds()
4421 inb(pVBInfo->P3da); /* reset 3da */ in xgifb_set_lvds()
4700 if (!(inb(pVBInfo->P3da) & 0x08)) in XGI_LongWait()
4705 if ((inb(pVBInfo->P3da) & 0x08)) in XGI_LongWait()
DXGI_main_26.c220 XGI_Pr->P3da = BaseAddr + 0x2A; in XGIRegInit()