Searched refs:xgifb_reg_and (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/staging/xgifb/ |
D | vb_util.h | 26 static inline void xgifb_reg_and(unsigned long port, u8 index, in xgifb_reg_and() function
|
D | vb_setmode.c | 167 xgifb_reg_and(pVBInfo->P3c4, 0x31, ~0x30); in XGI_SetDefaultVCLK() 628 xgifb_reg_and(pVBInfo->P3c4, 0x30, ~0x20); /* Hsync polarity */ in xgifb_set_lcd() 629 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() 2184 xgifb_reg_and(pVBInfo->P3d4, 0x4A, ~0x23); /* enable GPIO write */ in XGI_XG21GetPSCValue() 2205 xgifb_reg_and(pVBInfo->P3d4, 0x4A, ~0x0C); /* enable GPIO write */ in XGI_XG27GetPSCValue() 2234 xgifb_reg_and(pVBInfo->P3d4, 0x4A, ~tempbh); /* enable GPIO write */ in XGI_XG21BLSignalVDD() 2277 xgifb_reg_and(pVBInfo->P3d4, 0x4A, ~tempbh); /* enable GPIO write */ in XGI_XG27BLSignalVDD() 3643 xgifb_reg_and(pVBInfo->Part2Port, 0x01, tempax); in XGI_SetGroup2() 3645 xgifb_reg_and(pVBInfo->Part2Port, 0x00, 0xEF); in XGI_SetGroup2() [all …]
|
D | XGI_main_26.c | 737 xgifb_reg_and(vb->P3c4, IND_SIS_RAMDAC_CONTROL, ~0x04); in XGIfb_post_setmode() 771 xgifb_reg_and(vb->Part2Port, 0x3a, 0x1f); in XGIfb_post_setmode() 774 xgifb_reg_and(vb->Part2Port, 0x30, 0xdf); in XGIfb_post_setmode() 827 xgifb_reg_and(vb->Part2Port, 0x3A, 0x1F); in XGIfb_post_setmode() 830 xgifb_reg_and(vb->Part2Port, 0x30, 0xDF); in XGIfb_post_setmode()
|
D | vb_init.c | 54 xgifb_reg_and(pVBInfo->P3d4, 0xB4, ~0x02); in XGINew_GetXG20DRAMType() 1116 xgifb_reg_and(pVBInfo->P3d4, 0x4A, ~0x20); in XGINew_GetXG21Sense()
|