Home
last modified time | relevance | path

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

/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()
2375 while ((inb(pVBInfo->P3da) & 0x01)) in XGI_WaitDisply()
2378 while (!(inb(pVBInfo->P3da) & 0x01)) in XGI_WaitDisply()
4406 inb(pVBInfo->P3da); /* reset 3da */ in xgifb_set_lvds()
4411 inb(pVBInfo->P3da); /* Enable Attribute */ in xgifb_set_lvds()
4414 inb(pVBInfo->P3da); /* reset 3da */ in xgifb_set_lvds()
4693 if (!(inb(pVBInfo->P3da) & 0x08)) in XGI_LongWait()
4698 if ((inb(pVBInfo->P3da) & 0x08)) in XGI_LongWait()
DXGI_main_26.c217 XGI_Pr->P3da = BaseAddr + 0x2A; in XGIRegInit()