Searched refs:xgifb_reg_and (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/staging/xgifb/ |
D | vb_util.h | 6 extern void xgifb_reg_and(unsigned long, u8, unsigned);
|
D | vb_util.c | 36 void xgifb_reg_and(unsigned long port, u8 index, unsigned data_and) in xgifb_reg_and() function
|
D | vb_setmode.c | 373 xgifb_reg_and(pVBInfo->P3c4, 0x31, ~0x30); in XGI_SetDefaultVCLK() 967 xgifb_reg_and(pVBInfo->P3c4, 0x30, ~0x20); in XGI_SetXG21LCD() 968 xgifb_reg_and(pVBInfo->P3c4, 0x35, ~0x80); in XGI_SetXG21LCD() 1015 xgifb_reg_and(pVBInfo->P3c4, 0x30, ~0x20); /* Hsync polarity */ in XGI_SetXG27LCD() 1016 xgifb_reg_and(pVBInfo->P3c4, 0x35, ~0x80); /* Vsync polarity */ in XGI_SetXG27LCD() 1044 xgifb_reg_and(pVBInfo->P3d4, 0x11, 0x7F); /* Unlock CR0~7 */ in XGI_UpdateXG21CRTC() 4084 xgifb_reg_and(pVBInfo->P3d4, 0x4A, ~0x23); /* enable GPIO write */ in XGI_XG21GetPSCValue() 4105 xgifb_reg_and(pVBInfo->P3d4, 0x4A, ~0x0C); /* enable GPIO write */ in XGI_XG27GetPSCValue() 5665 xgifb_reg_and(pVBInfo->Part2Port, 0x01, tempax); in XGI_SetGroup2() 5668 xgifb_reg_and(pVBInfo->Part2Port, 0x00, 0xEF); in XGI_SetGroup2() [all …]
|
D | vb_init.c | 72 xgifb_reg_and(pVBInfo->P3d4, 0xB4, ~0x02); /* Independent GPIO control */ in XGINew_GetXG20DRAMType() 1214 xgifb_reg_and(pVBInfo->P3d4, 0x4A, ~0x20); /* Disable read GPIOF */ in XGINew_GetXG21Sense()
|