Searched refs:xgifb_reg_and_or (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/xgifb/ |
D | vb_setmode.c | 159 xgifb_reg_and_or(pVBInfo->P3c4, 0x31, ~0x30, 0x20); in XGI_SetDefaultVCLK() 163 xgifb_reg_and_or(pVBInfo->P3c4, 0x31, ~0x30, 0x10); in XGI_SetDefaultVCLK() 316 xgifb_reg_and_or(pVBInfo->P3c4, 0x0e, ~0xE0, data); in XGI_SetCRT1Timing_H() 442 xgifb_reg_and_or(pVBInfo->P3c4, 0x30, 0xE3, 00); in XGI_SetXG21CRTC() 538 xgifb_reg_and_or(pVBInfo->P3c4, 0x30, 0xE3, 00); in XGI_SetXG27CRTC() 552 xgifb_reg_and_or(pVBInfo->P3c4, 0x35, ~0x01, Tempax); in XGI_SetXG27CRTC() 578 xgifb_reg_and_or(pVBInfo->P3c4, 0x3F, ~0xFC, Tempax); in XGI_SetXG27CRTC() 581 xgifb_reg_and_or(pVBInfo->P3c4, 0x35, ~0x07, Tempax); in XGI_SetXG27CRTC() 592 xgifb_reg_and_or(pVBInfo->P3c4, 0x06, ~0xc0, temp & 0x80); in XGI_SetXG27FPBits() 594 xgifb_reg_and_or(pVBInfo->P3c4, 0x09, ~0xc0, temp | 0x80); in XGI_SetXG27FPBits() [all …]
|
D | vb_init.c | 424 xgifb_reg_and_or(P3d4, 0x6E, 0xFC, temp3); in XGINew_SetDRAMDefaultRegister340() 807 xgifb_reg_and_or(pVBInfo->P3c4, 0x13, 0x80, dram_table[i][1]); in XGINew_DDRSizing340() 1080 xgifb_reg_and_or(pVBInfo->P3d4, 0x36, 0xF0, temp); in XGINew_SenseLCD() 1093 xgifb_reg_and_or(pVBInfo->P3d4, 0x38, ~0xE0, 0xC0); in XGINew_GetXG21Sense() 1096 xgifb_reg_and_or(pVBInfo->P3d4, 0x4A, ~0x03, 0x03); in XGINew_GetXG21Sense() 1102 xgifb_reg_and_or(pVBInfo->P3d4, 0x4A, ~0x20, 0x20); in XGINew_GetXG21Sense() 1107 xgifb_reg_and_or(pVBInfo->P3d4, 0x38, ~0xE0, Temp); in XGINew_GetXG21Sense() 1120 xgifb_reg_and_or(pVBInfo->P3d4, 0x4A, ~0x07, 0x07); in XGINew_GetXG27Sense() 1126 xgifb_reg_and_or(pVBInfo->P3d4, 0x38, ~0xE0, 0xC0); in XGINew_GetXG27Sense() 1130 xgifb_reg_and_or(pVBInfo->P3d4, 0x38, ~0xE0, 0xA0); in XGINew_GetXG27Sense() [all …]
|
D | vb_util.h | 15 static inline void xgifb_reg_and_or(unsigned long port, u8 index, in xgifb_reg_and_or() function
|
D | XGI_main_26.c | 1106 xgifb_reg_and_or(XGISR, 0x37, 0xDF, (base >> 21) & 0x04); in XGIfb_pan_var() 1113 xgifb_reg_and_or(XGIPART1, in XGIfb_pan_var()
|