Home
last modified time | relevance | path

Searched refs:xgifb_reg_and (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/xgifb/
Dvb_util.h6 extern void xgifb_reg_and(unsigned long, u8, unsigned);
Dvb_util.c26 void xgifb_reg_and(unsigned long port, u8 index, unsigned data_and) in xgifb_reg_and() function
Dvb_setmode.c167 xgifb_reg_and(pVBInfo->P3c4, 0x31, ~0x30); in XGI_SetDefaultVCLK()
630 xgifb_reg_and(pVBInfo->P3c4, 0x30, ~0x20); /* Hsync polarity */ in xgifb_set_lcd()
631 xgifb_reg_and(pVBInfo->P3c4, 0x35, ~0x80); /* Vsync polarity */ in xgifb_set_lcd()
654 xgifb_reg_and(pVBInfo->P3d4, 0x11, 0x7F); /* Unlock CR0~7 */ in XGI_UpdateXG21CRTC()
2203 xgifb_reg_and(pVBInfo->P3d4, 0x4A, ~0x23); /* enable GPIO write */ in XGI_XG21GetPSCValue()
2224 xgifb_reg_and(pVBInfo->P3d4, 0x4A, ~0x0C); /* enable GPIO write */ in XGI_XG27GetPSCValue()
2253 xgifb_reg_and(pVBInfo->P3d4, 0x4A, ~tempbh); /* enable GPIO write */ in XGI_XG21BLSignalVDD()
2298 xgifb_reg_and(pVBInfo->P3d4, 0x4A, ~tempbh); /* enable GPIO write */ in XGI_XG27BLSignalVDD()
3668 xgifb_reg_and(pVBInfo->Part2Port, 0x01, tempax); in XGI_SetGroup2()
3670 xgifb_reg_and(pVBInfo->Part2Port, 0x00, 0xEF); in XGI_SetGroup2()
[all …]
DXGI_main_26.c739 xgifb_reg_and(XGISR, IND_SIS_RAMDAC_CONTROL, ~0x04); in XGIfb_post_setmode()
777 xgifb_reg_and(XGIPART2, 0x3a, 0x1f); in XGIfb_post_setmode()
781 xgifb_reg_and(XGIPART2, 0x30, 0xdf); in XGIfb_post_setmode()
836 xgifb_reg_and(XGIPART2, 0x3A, 0x1F); in XGIfb_post_setmode()
840 xgifb_reg_and(XGIPART2, 0x30, 0xDF); in XGIfb_post_setmode()
Dvb_init.c53 xgifb_reg_and(pVBInfo->P3d4, 0xB4, ~0x02); in XGINew_GetXG20DRAMType()
1113 xgifb_reg_and(pVBInfo->P3d4, 0x4A, ~0x20); in XGINew_GetXG21Sense()