Searched refs:xgifb_reg_and (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/xgifb/ |
H A D | vb_util.h | 25 static inline void xgifb_reg_and(unsigned long port, u8 index, unsigned data_and) xgifb_reg_and() function
|
H A D | vb_setmode.c | 167 xgifb_reg_and(pVBInfo->P3c4, 0x31, ~0x30); XGI_SetDefaultVCLK() 630 xgifb_reg_and(pVBInfo->P3c4, 0x30, ~0x20); /* Hsync polarity */ xgifb_set_lcd() 631 xgifb_reg_and(pVBInfo->P3c4, 0x35, ~0x80); /* Vsync polarity */ xgifb_set_lcd() 654 xgifb_reg_and(pVBInfo->P3d4, 0x11, 0x7F); /* Unlock CR0~7 */ XGI_UpdateXG21CRTC() 2196 xgifb_reg_and(pVBInfo->P3d4, 0x4A, ~0x23); /* enable GPIO write */ XGI_XG21GetPSCValue() 2217 xgifb_reg_and(pVBInfo->P3d4, 0x4A, ~0x0C); /* enable GPIO write */ XGI_XG27GetPSCValue() 2246 xgifb_reg_and(pVBInfo->P3d4, 0x4A, ~tempbh); /* enable GPIO write */ XGI_XG21BLSignalVDD() 2291 xgifb_reg_and(pVBInfo->P3d4, 0x4A, ~tempbh); /* enable GPIO write */ XGI_XG27BLSignalVDD() 3661 xgifb_reg_and(pVBInfo->Part2Port, 0x01, tempax); XGI_SetGroup2() 3663 xgifb_reg_and(pVBInfo->Part2Port, 0x00, 0xEF); XGI_SetGroup2() 4457 xgifb_reg_and(pVBInfo->Part4Port, 0x1F, tempah); XGI_DisableBridge() 4473 xgifb_reg_and(pVBInfo->Part1Port, 0x1e, 0xdf); XGI_DisableBridge() 4476 xgifb_reg_and(pVBInfo->P3c4, 0x32, 0xdf); XGI_DisableBridge() 4479 xgifb_reg_and(pVBInfo->Part2Port, 0x00, 0xdf); XGI_DisableBridge() 4498 xgifb_reg_and(pVBInfo->Part1Port, 0x1E, 0xDF); XGI_DisableBridge() 4506 xgifb_reg_and(pVBInfo->Part1Port, 0x1E, 0xDF); XGI_DisableBridge() 4508 xgifb_reg_and(pVBInfo->P3c4, 0x32, 0xDF); XGI_DisableBridge() 4711 xgifb_reg_and(pVBInfo->Part4Port, 0x30, 0x8F); SetSpectrum() 5325 xgifb_reg_and(pVBInfo->Part1Port, 0x00, 0x7F); XGI_EnableBridge() 5335 xgifb_reg_and(pVBInfo->Part4Port, 0x2A, XGI_EnableBridge() 5338 xgifb_reg_and(pVBInfo->Part4Port, 0x30, 0x7F); XGI_EnableBridge() 5372 xgifb_reg_and(pVBInfo->Part1Port, 0x00, 0x7F); XGI_EnableBridge()
|
H A D | XGI_main_26.c | 736 xgifb_reg_and(XGISR, IND_SIS_RAMDAC_CONTROL, ~0x04); XGIfb_post_setmode() 774 xgifb_reg_and(XGIPART2, 0x3a, 0x1f); XGIfb_post_setmode() 778 xgifb_reg_and(XGIPART2, 0x30, 0xdf); XGIfb_post_setmode() 833 xgifb_reg_and(XGIPART2, 0x3A, 0x1F); XGIfb_post_setmode() 837 xgifb_reg_and(XGIPART2, 0x30, 0xDF); XGIfb_post_setmode()
|
H A D | vb_init.c | 53 xgifb_reg_and(pVBInfo->P3d4, 0xB4, ~0x02); XGINew_GetXG20DRAMType() 1109 xgifb_reg_and(pVBInfo->P3d4, 0x4A, ~0x20); XGINew_GetXG21Sense()
|
Completed in 115 milliseconds