Searched refs:ChipType (Results 1 - 7 of 7) sorted by path

/linux-master/drivers/video/fbdev/sis/
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 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 Dinit301.c420 if(SiS_Pr->ChipType == XGI_20)
422 else if(SiS_Pr->ChipType >= SIS_315H)
432 if(SiS_Pr->ChipType == XGI_20)
434 else if(SiS_Pr->ChipType >= SIS_315H)
447 if(SiS_Pr->ChipType >= SIS_661) {
476 if(SiS_Pr->ChipType < SIS_661) reg = 0x3c;
533 if(SiS_Pr->ChipType >= SIS_315H) {
546 if(SiS_Pr->ChipType >= SIS_315H) {
666 if(SiS_Pr->ChipType >= SIS_315H) {
805 if(SiS_Pr->ChipType < SIS_315
[all...]
H A Dsis_main.c6000 ivideo->SiS_Pr.ChipType = ivideo->chip;
6005 if((ivideo->SiS_Pr.ChipType == SIS_315PRO) ||
6006 (ivideo->SiS_Pr.ChipType == SIS_315)) {
6007 ivideo->SiS_Pr.ChipType = SIS_315H;
H A Dvstruct.h234 unsigned char ChipType; member in struct:SiS_Private
/linux-master/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_hal_init.c1632 ChipVersion.ChipType = ((value32 & RTL_ID) ? TEST_CHIP : NORMAL_CHIP);
/linux-master/drivers/staging/rtl8723bs/include/
H A DHalVerDef.h46 enum hal_chip_type_e ChipType; member in struct:hal_version
56 #define GET_CVID_CHIP_TYPE(version) ((enum hal_chip_type_e)((version).ChipType))

Completed in 250 milliseconds