Home
last modified time | relevance | path

Searched refs:xgifb_reg_and_or (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/staging/xgifb/
Dvb_setmode.c159 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()
315 xgifb_reg_and_or(pVBInfo->P3c4, 0x0e, ~0xE0, data); in XGI_SetCRT1Timing_H()
441 xgifb_reg_and_or(pVBInfo->P3c4, 0x30, 0xE3, 00); in XGI_SetXG21CRTC()
537 xgifb_reg_and_or(pVBInfo->P3c4, 0x30, 0xE3, 00); in XGI_SetXG27CRTC()
551 xgifb_reg_and_or(pVBInfo->P3c4, 0x35, ~0x01, Tempax); in XGI_SetXG27CRTC()
577 xgifb_reg_and_or(pVBInfo->P3c4, 0x3F, ~0xFC, Tempax); in XGI_SetXG27CRTC()
580 xgifb_reg_and_or(pVBInfo->P3c4, 0x35, ~0x07, Tempax); in XGI_SetXG27CRTC()
591 xgifb_reg_and_or(pVBInfo->P3c4, 0x06, ~0xc0, temp & 0x80); in XGI_SetXG27FPBits()
593 xgifb_reg_and_or(pVBInfo->P3c4, 0x09, ~0xc0, temp | 0x80); in XGI_SetXG27FPBits()
[all …]
Dvb_init.c429 xgifb_reg_and_or(P3d4, 0x6E, 0xFC, temp3); in XGINew_SetDRAMDefaultRegister340()
813 xgifb_reg_and_or(pVBInfo->P3c4, 0x13, 0x80, dram_table[i][1]); in XGINew_DDRSizing340()
1087 xgifb_reg_and_or(pVBInfo->P3d4, 0x36, 0xF0, temp); in XGINew_SenseLCD()
1100 xgifb_reg_and_or(pVBInfo->P3d4, 0x38, ~0xE0, 0xC0); in XGINew_GetXG21Sense()
1103 xgifb_reg_and_or(pVBInfo->P3d4, 0x4A, ~0x03, 0x03); in XGINew_GetXG21Sense()
1109 xgifb_reg_and_or(pVBInfo->P3d4, 0x4A, ~0x20, 0x20); in XGINew_GetXG21Sense()
1114 xgifb_reg_and_or(pVBInfo->P3d4, 0x38, ~0xE0, Temp); in XGINew_GetXG21Sense()
1127 xgifb_reg_and_or(pVBInfo->P3d4, 0x4A, ~0x07, 0x07); in XGINew_GetXG27Sense()
1133 xgifb_reg_and_or(pVBInfo->P3d4, 0x38, ~0xE0, 0xC0); in XGINew_GetXG27Sense()
1137 xgifb_reg_and_or(pVBInfo->P3d4, 0x38, ~0xE0, 0xA0); in XGINew_GetXG27Sense()
[all …]
Dvb_util.h16 static inline void xgifb_reg_and_or(unsigned long port, u8 index, in xgifb_reg_and_or() function
DXGI_main_26.c1081 xgifb_reg_and_or(vb->P3c4, 0x37, 0xDF, (base >> 21) & 0x04); in XGIfb_pan_var()
1088 xgifb_reg_and_or(vb->Part1Port, 0x02, 0x7F, in XGIfb_pan_var()