Searched refs:CHIP_VER_RTL_MASK (Results 1 – 15 of 15) sorted by relevance
142 ChipVersion.CUTVersion = (value32 & CHIP_VER_RTL_MASK)>>CHIP_VER_RTL_SHIFT; /* IC version (CUT) */ in ReadChipVersion8188E()
73 chip_version |= ((value32 & CHIP_VER_RTL_MASK) ? in rtl92c_read_chip_version()
852 #define CHIP_VER_RTL_MASK 0xF000 /* Bit 12 ~ 15 */ macro
1275 #define CHIP_VER_RTL_MASK 0xF000 /* Bit 12 ~ 15 */ macro
1081 CHIP_VER_RTL_MASK)) { in _rtl92ce_read_chip_version()1083 ((((value32 & CHIP_VER_RTL_MASK) == BIT(12)) in _rtl92ce_read_chip_version()
893 #define CHIP_VER_RTL_MASK 0xF000 macro
930 #define CHIP_VER_RTL_MASK 0xF000 macro
968 #define CHIP_VER_RTL_MASK 0xF000 macro
932 #define CHIP_VER_RTL_MASK 0xF000 macro
1078 ((value32 & CHIP_VER_RTL_MASK)));/* IC version (CUT) */ in _rtl8723e_read_chip_version()
963 #define CHIP_VER_RTL_MASK 0xF000 macro
1488 version |= (enum version_8723e)(value32 & CHIP_VER_RTL_MASK); in _rtl8723be_read_chip_version()
992 #define CHIP_VER_RTL_MASK 0xF000 macro
2054 u32 rtl_id = ((value32 & CHIP_VER_RTL_MASK) >> 12) + 1; in _rtl8821ae_read_chip_version()2067 u32 rtl_id = value32 & CHIP_VER_RTL_MASK; in _rtl8821ae_read_chip_version()
744 …ChipVersion.CUTVersion = (value32 & CHIP_VER_RTL_MASK) >> CHIP_VER_RTL_SHIFT; /* IC version (CUT)… in rtl8723a_read_chip_version()