Searched refs:SiS_GetReg (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.c739 P1_00 = SiS_GetReg(SISPART1, 0x00);
753 temp = SiS_GetReg(SISCR, 0x17);
757 temp = SiS_GetReg(SISSR, 0x1f);
801 temp = SiS_GetReg(SISPART1, reg);
839 reg1 = SiS_GetReg(SISPART1, (idx+0)); /* 30 */
840 reg2 = SiS_GetReg(SISPART1, (idx+1)); /* 31 */
841 reg3 = SiS_GetReg(SISPART1, (idx+2)); /* 32 */
842 reg4 = SiS_GetReg(SISPART1, (idx+3)); /* 33 */
858 reg1 = SiS_GetReg(SISCR, 0x20);
859 reg1 = SiS_GetReg(SISC
[all...]
H A Dinit.c905 SiS_GetReg(SISIOADDRESS port, u8 index) function
934 temp = SiS_GetReg(Port, Index);
944 temp = SiS_GetReg(Port, Index);
954 temp = SiS_GetReg(Port, Index);
1031 cr5f = SiS_GetReg(SiS_Pr->SiS_P3d4,0x5f) & 0xf0;
1033 temp1 = SiS_GetReg(SiS_Pr->SiS_P3d4,0x5c) & 0xf8;
1035 temp2 = SiS_GetReg(SiS_Pr->SiS_P3d4,0x5c) & 0xf8;
1052 temp1 = SiS_GetReg(SiS_Pr->SiS_P3d4,0x5c) & 0xf8;
1070 if(SiS_GetReg(SiS_Pr->SiS_P3d4,0x78) & 0x30) {
1073 if(SiS_GetReg(SiS_P
[all...]
H A Dinit301.c480 idx = (SiS_GetReg(SiS_Pr->SiS_P3d4,reg) & 0x1f) * 26;
510 romptr += ((SiS_GetReg(SiS_Pr->SiS_P3d4,0x36) >> 4) * SiS_Pr->SiS661LCD2TableSize);
639 index = (SiS_GetReg(SiS_Pr->SiS_P3d4,0x33) >> SiS_Pr->SiS_SelectCRT2Rate) & 0x0F;
734 temp = 1 << ((SiS_GetReg(SiS_Pr->SiS_P3d4,0x36) >> 4) & 0x0f);
750 temp = 1 << ((SiS_GetReg(SiS_Pr->SiS_P3d4,0x36) >> 4) & 0x0f);
767 SiS_GetReg(SiS_Pr->SiS_P3c4, 0x05);
810 PanelID = SiS_GetReg(SiS_Pr->SiS_P3d4,0x36);
813 if(!(SiS_GetReg(SiS_Pr->SiS_P3c4,0x18) & 0x10)) PanelID = 0x12;
854 PanelID = SiS_GetReg(SiS_Pr->SiS_P3d4,0x36);
856 if(!(SiS_GetReg(SiS_P
[all...]
H A Dsis.h306 u8 SiS_GetReg(SISIOADDRESS, u8);

Completed in 331 milliseconds