Lines Matching refs:Index
930 SiS_SetRegANDOR(SISIOADDRESS Port, u8 Index, u8 DataAND, u8 DataOR) in SiS_SetRegANDOR() argument
934 temp = SiS_GetReg(Port, Index); in SiS_SetRegANDOR()
936 SiS_SetReg(Port, Index, temp); in SiS_SetRegANDOR()
940 SiS_SetRegAND(SISIOADDRESS Port, u8 Index, u8 DataAND) in SiS_SetRegAND() argument
944 temp = SiS_GetReg(Port, Index); in SiS_SetRegAND()
946 SiS_SetReg(Port, Index, temp); in SiS_SetRegAND()
950 SiS_SetRegOR(SISIOADDRESS Port, u8 Index, u8 DataOR) in SiS_SetRegOR() argument
954 temp = SiS_GetReg(Port, Index); in SiS_SetRegOR()
956 SiS_SetReg(Port, Index, temp); in SiS_SetRegOR()
1655 SiS_GetRefCRTVCLK(struct SiS_Private *SiS_Pr, unsigned short Index, int UseWide) in SiS_GetRefCRTVCLK() argument
1657 if(SiS_Pr->SiS_RefIndex[Index].Ext_InfoFlag & HaveWideTiming) { in SiS_GetRefCRTVCLK()
1659 return SiS_Pr->SiS_RefIndex[Index].Ext_CRTVCLK_WIDE; in SiS_GetRefCRTVCLK()
1661 return SiS_Pr->SiS_RefIndex[Index].Ext_CRTVCLK_NORM; in SiS_GetRefCRTVCLK()
1664 return SiS_Pr->SiS_RefIndex[Index].Ext_CRTVCLK; in SiS_GetRefCRTVCLK()
1669 SiS_GetRefCRT1CRTC(struct SiS_Private *SiS_Pr, unsigned short Index, int UseWide) in SiS_GetRefCRT1CRTC() argument
1671 if(SiS_Pr->SiS_RefIndex[Index].Ext_InfoFlag & HaveWideTiming) { in SiS_GetRefCRT1CRTC()
1673 return SiS_Pr->SiS_RefIndex[Index].Ext_CRT1CRTC_WIDE; in SiS_GetRefCRT1CRTC()
1675 return SiS_Pr->SiS_RefIndex[Index].Ext_CRT1CRTC_NORM; in SiS_GetRefCRT1CRTC()
1678 return SiS_Pr->SiS_RefIndex[Index].Ext_CRT1CRTC; in SiS_GetRefCRT1CRTC()