Searched refs:CHIP_VER_RTL_MASK (Results 1 – 18 of 18) sorted by relevance
125 ChipVersion.CUTVersion = (value32 & CHIP_VER_RTL_MASK)>>CHIP_VER_RTL_SHIFT; /* IC version (CUT) */ in rtw_hal_read_chip_version()
69 chip_version |= ((value32 & CHIP_VER_RTL_MASK) ? in rtl92c_read_chip_version()
851 #define CHIP_VER_RTL_MASK 0xF000 /* Bit 12 ~ 15 */ macro
576 #define CHIP_VER_RTL_MASK 0xF000 macro
1203 #define CHIP_VER_RTL_MASK 0xF000 /* Bit 12 ~ 15 */ macro
1073 CHIP_VER_RTL_MASK)) { in _rtl92ce_read_chip_version()1075 ((((value32 & CHIP_VER_RTL_MASK) == BIT(12)) in _rtl92ce_read_chip_version()
889 #define CHIP_VER_RTL_MASK 0xF000 macro
968 #define CHIP_VER_RTL_MASK 0xF000 macro
932 #define CHIP_VER_RTL_MASK 0xF000 macro
1079 ((value32 & CHIP_VER_RTL_MASK)));/* IC version (CUT) */ in _rtl8723e_read_chip_version()
930 #define CHIP_VER_RTL_MASK 0xF000 macro
992 #define CHIP_VER_RTL_MASK 0xF000 macro
2046 u32 rtl_id = ((value32 & CHIP_VER_RTL_MASK) >> 12) + 1; in _rtl8821ae_read_chip_version()2059 u32 rtl_id = value32 & CHIP_VER_RTL_MASK; in _rtl8821ae_read_chip_version()
759 u32 cut_ver = ((rtlhal->version & CHIP_VER_RTL_MASK) in _rtl8821ae_check_positive()
963 #define CHIP_VER_RTL_MASK 0xF000 macro
162 u32 cut_ver = ((rtlhal->version & CHIP_VER_RTL_MASK) in _rtl8723be_check_positive()
1496 version |= (enum version_8723e)(value32 & CHIP_VER_RTL_MASK); in _rtl8723be_read_chip_version()
1897 ChipVersion.CUTVersion = (value32 & CHIP_VER_RTL_MASK)>>CHIP_VER_RTL_SHIFT; /* IC version (CUT) */ in ReadChipVersion8723B()