Searched refs:IS_NORMAL_CHIP (Results 1 – 9 of 9) sorted by relevance
182 ((IS_NORMAL_CHIP(version)) ? \185 ((IS_NORMAL_CHIP(version)) ? \193 ((IS_NORMAL_CHIP(version)) ? \196 ((IS_NORMAL_CHIP(version)) ? \
306 if (IS_NORMAL_CHIP(rtlhal->version)) { in _rtl92cu_read_board_type()401 if (!IS_NORMAL_CHIP(rtlhal->version)) in rtl92cu_read_eeprom_info()694 if (IS_NORMAL_CHIP(rtlhal->version)) in _rtl92cu_init_queue_priority()741 if (IS_NORMAL_CHIP(rtlhal->version)) in _rtl92cu_init_beacon_parameters()808 if (IS_NORMAL_CHIP(rtlhal->version)) in rtl92cu_enable_hw_security_config()1143 if (IS_NORMAL_CHIP(rtlhal->version)) { in _rtl92cu_stop_tx_beacon()1163 if (IS_NORMAL_CHIP(rtlhal->version)) { in _rtl92cu_resume_tx_beacon()1182 if (IS_NORMAL_CHIP(rtlhal->version)) in _rtl92cu_enable_bcn_sub_func()1193 if (IS_NORMAL_CHIP(rtlhal->version)) in _rtl92cu_disable_bcn_sub_func()1293 if (IS_NORMAL_CHIP(rtlhal->version)) { in rtl92cu_set_check_bssid()[all …]
162 ischipn = IS_NORMAL_CHIP(rtlhal->version); in _out_ep_mapping()193 if (likely(IS_NORMAL_CHIP(rtlhal->version))) in rtl8192cu_endpoint_mapping()
68 #define IS_NORMAL_CHIP(version) ((GET_CVID_CHIP_TYPE(version) == NORMAL_CHIP) ? true : false) macro
29 #define IS_NORMAL_CHIP(version) \ macro
58 is_version_b = IS_NORMAL_CHIP(version); in _rtl92c_write_fw()
59 #define IS_NORMAL_CHIP(version) \ macro
43 IS_NORMAL_CHIP(ChipVersion) ? "Normal_Chip" : "Test_Chip"); in dump_chip_info()
1710 if (IS_NORMAL_CHIP(pHalData->VersionID)) in _InitBurstPktLen_8723BS()
Completed in 25 milliseconds