Searched refs:ChipType (Results 1 - 10 of 10) sorted by relevance

/drivers/video/fbdev/sis/
H A Dinit.c169 if(SiS_Pr->ChipType == SIS_300) {
245 if(SiS_Pr->ChipType >= SIS_340) {
247 } else if(SiS_Pr->ChipType >= SIS_761) {
249 } else if(SiS_Pr->ChipType >= SIS_760) {
251 } else if(SiS_Pr->ChipType >= SIS_661) {
253 } else if(SiS_Pr->ChipType == SIS_330) {
255 } else if(SiS_Pr->ChipType > SIS_315PRO) {
260 if(SiS_Pr->ChipType >= SIS_340) {
319 if(SiS_Pr->ChipType < SIS_315H) {
1020 if(SiS_Pr->ChipType >
[all...]
H A Dinitdef.h56 #define IS_SIS330 (SiS_Pr->ChipType == SIS_330)
57 #define IS_SIS550 (SiS_Pr->ChipType == SIS_550)
58 #define IS_SIS650 (SiS_Pr->ChipType == SIS_650) /* All versions, incl 651, M65x */
59 #define IS_SIS740 (SiS_Pr->ChipType == SIS_740)
63 #define IS_SIS661 (SiS_Pr->ChipType == SIS_661)
64 #define IS_SIS741 (SiS_Pr->ChipType == SIS_741)
65 #define IS_SIS660 (SiS_Pr->ChipType == SIS_660)
66 #define IS_SIS760 (SiS_Pr->ChipType == SIS_760)
67 #define IS_SIS761 (SiS_Pr->ChipType == SIS_761)
69 #define IS_SIS650740 ((SiS_Pr->ChipType >
[all...]
H A Dinit301.c95 if(SiS_Pr->ChipType == XGI_20)
97 else if(SiS_Pr->ChipType >= SIS_315H)
107 if(SiS_Pr->ChipType == XGI_20)
109 else if(SiS_Pr->ChipType >= SIS_315H)
122 if(SiS_Pr->ChipType >= SIS_661) {
151 if(SiS_Pr->ChipType < SIS_661) reg = 0x3c;
208 if(SiS_Pr->ChipType >= SIS_315H) {
221 if(SiS_Pr->ChipType >= SIS_315H) {
341 if(SiS_Pr->ChipType >= SIS_315H) {
480 if(SiS_Pr->ChipType < SIS_315
[all...]
H A Dvstruct.h234 unsigned char ChipType; member in struct:SiS_Private
H A Dsis_main.c5979 ivideo->SiS_Pr.ChipType = ivideo->chip;
5984 if((ivideo->SiS_Pr.ChipType == SIS_315PRO) ||
5985 (ivideo->SiS_Pr.ChipType == SIS_315)) {
5986 ivideo->SiS_Pr.ChipType = SIS_315H;
/drivers/staging/rtl8723au/include/
H A DHalVerDef.h67 enum hal_chip_type ChipType; member in struct:hal_version
76 #define GET_CVID_CHIP_TYPE(version) ((version).ChipType)
/drivers/staging/rtl8188eu/include/
H A DHalVerDef.h71 enum HAL_CHIP_TYPE ChipType; member in struct:HAL_VERSION
80 #define GET_CVID_CHIP_TYPE(version) (((version).ChipType))
/drivers/staging/rtl8188eu/hal/
H A Drtl8188e_hal_init.c141 ChipVersion.ChipType = ((value32 & RTL_ID) ? TEST_CHIP : NORMAL_CHIP);
/drivers/staging/xgifb/
H A Dvb_setmode.c25 void InitTo330Pointer(unsigned char ChipType, struct vb_device_info *pVBInfo) argument
38 if (ChipType < XG20)
47 if (ChipType >= XG20)
50 if (ChipType == XG27) {
/drivers/staging/rtl8723au/hal/
H A Drtl8723a_hal_init.c834 ChipVersion.ChipType = ((value32 & RTL_ID) ? TEST_CHIP : NORMAL_CHIP);

Completed in 541 milliseconds