Home
last modified time | relevance | path

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

/linux-4.1.27/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()
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 …]
Dvb_init.c425 xgifb_reg_and_or(P3d4, 0x6E, 0xFC, temp3); in XGINew_SetDRAMDefaultRegister340()
810 xgifb_reg_and_or(pVBInfo->P3c4, 0x13, 0x80, dram_table[i][1]); in XGINew_DDRSizing340()
1084 xgifb_reg_and_or(pVBInfo->P3d4, 0x36, 0xF0, temp); in XGINew_SenseLCD()
1097 xgifb_reg_and_or(pVBInfo->P3d4, 0x38, ~0xE0, 0xC0); in XGINew_GetXG21Sense()
1100 xgifb_reg_and_or(pVBInfo->P3d4, 0x4A, ~0x03, 0x03); in XGINew_GetXG21Sense()
1106 xgifb_reg_and_or(pVBInfo->P3d4, 0x4A, ~0x20, 0x20); in XGINew_GetXG21Sense()
1111 xgifb_reg_and_or(pVBInfo->P3d4, 0x38, ~0xE0, Temp); in XGINew_GetXG21Sense()
1124 xgifb_reg_and_or(pVBInfo->P3d4, 0x4A, ~0x07, 0x07); in XGINew_GetXG27Sense()
1130 xgifb_reg_and_or(pVBInfo->P3d4, 0x38, ~0xE0, 0xC0); in XGINew_GetXG27Sense()
1134 xgifb_reg_and_or(pVBInfo->P3d4, 0x38, ~0xE0, 0xA0); in XGINew_GetXG27Sense()
[all …]
Dvb_util.h7 extern void xgifb_reg_and_or(unsigned long, u8, unsigned, unsigned);
Dvb_util.c16 void xgifb_reg_and_or(unsigned long port, u8 index, in xgifb_reg_and_or() function
DXGI_main_26.c1109 xgifb_reg_and_or(XGISR, 0x37, 0xDF, (base >> 21) & 0x04); in XGIfb_pan_var()
1116 xgifb_reg_and_or(XGIPART1, in XGIfb_pan_var()