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()751 if (IS_NORMAL_CHIP(rtlhal->version)) in _rtl92cu_init_queue_priority()800 if (IS_NORMAL_CHIP(rtlhal->version)) in _rtl92cu_init_beacon_parameters()877 if (IS_NORMAL_CHIP(rtlhal->version)) in rtl92cu_enable_hw_security_config()1212 if (IS_NORMAL_CHIP(rtlhal->version)) { in _rtl92cu_stop_tx_beacon()1232 if (IS_NORMAL_CHIP(rtlhal->version)) { in _rtl92cu_resume_tx_beacon()1251 if (IS_NORMAL_CHIP(rtlhal->version)) in _rtl92cu_enable_bcn_sub_func()1262 if (IS_NORMAL_CHIP(rtlhal->version)) in _rtl92cu_disable_bcn_sub_func()1362 if (IS_NORMAL_CHIP(rtlhal->version)) { in rtl92cu_set_check_bssid()[all …]
155 ischipn = IS_NORMAL_CHIP(rtlhal->version); in _out_ep_mapping()186 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
44 IS_NORMAL_CHIP(ChipVersion) ? "Normal_Chip" : "Test_Chip"); in dump_chip_info()
1721 if (IS_NORMAL_CHIP(pHalData->VersionID)) in _InitBurstPktLen_8723BS()
Completed in 31 milliseconds