Home
last modified time | relevance | path

Searched refs:fw_features (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/arch/powerpc/platforms/powernv/
Dsetup.c47 struct device_node *fw_features) in fw_feature_is() argument
52 np = of_get_child_by_name(fw_features, name); in fw_feature_is()
106 struct device_node *np, *fw_features; in pnv_setup_rfi_flush() local
114 fw_features = of_get_child_by_name(np, "fw-features"); in pnv_setup_rfi_flush()
117 if (fw_features) { in pnv_setup_rfi_flush()
118 init_fw_feat_flags(fw_features); in pnv_setup_rfi_flush()
119 of_node_put(fw_features); in pnv_setup_rfi_flush()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dcore.c592 if (test_bit(i, ar->normal_mode_fw.fw_file.fw_features)) { in ath10k_core_get_fw_features_str()
1107 ar->running_fw->fw_file.fw_features)) && in ath10k_download_and_run_otp()
1587 __set_bit(i, fw_file->fw_features); in ath10k_core_fetch_firmware_api_n()
1592 fw_file->fw_features, in ath10k_core_fetch_firmware_api_n()
1593 sizeof(fw_file->fw_features)); in ath10k_core_fetch_firmware_api_n()
1655 if (!test_bit(ATH10K_FW_FEATURE_NON_BMI, fw_file->fw_features) && in ath10k_core_fetch_firmware_api_n()
1987 if (test_bit(ATH10K_FW_FEATURE_WMI_10_2, fw_file->fw_features) && in ath10k_core_init_firmware_features()
1988 !test_bit(ATH10K_FW_FEATURE_WMI_10X, fw_file->fw_features)) { in ath10k_core_init_firmware_features()
2007 fw_file->fw_features)) { in ath10k_core_init_firmware_features()
2026 fw_file->fw_features)) { in ath10k_core_init_firmware_features()
[all …]
Dwow.c358 ar->running_fw->fw_file.fw_features))) { in ath10k_wow_op_suspend()
408 ar->running_fw->fw_file.fw_features)) { in ath10k_wow_op_set_wakeup()
422 ar->running_fw->fw_file.fw_features))) { in ath10k_wow_op_resume()
463 ar->running_fw->fw_file.fw_features)) in ath10k_wow_init()
Ddebug.c53 char fw_features[128] = {}; in ath10k_debug_print_hwfw_info() local
56 ath10k_core_get_fw_features_str(ar, fw_features, sizeof(fw_features)); in ath10k_debug_print_hwfw_info()
78 fw_features, in ath10k_debug_print_hwfw_info()
1732 ar->normal_mode_fw.fw_file.fw_features)) { in ath10k_debug_start()
1750 ar->normal_mode_fw.fw_file.fw_features)) in ath10k_debug_stop()
1999 ar->running_fw->fw_file.fw_features)) { in ath10k_write_btcoex()
2421 ar->normal_mode_fw.fw_file.fw_features)) { in ath10k_debug_register()
Dhtt_tx.c385 ar->running_fw->fw_file.fw_features)) in ath10k_htt_tx_free_txq()
401 ar->running_fw->fw_file.fw_features)) in ath10k_htt_tx_alloc_txq()
665 ar->running_fw->fw_file.fw_features)) in ath10k_htt_send_frag_desc_bank_cfg_32()
727 ar->running_fw->fw_file.fw_features)) in ath10k_htt_send_frag_desc_bank_cfg_64()
Dmac.c1192 ar->running_fw->fw_file.fw_features) && in ath10k_mac_monitor_vdev_is_needed()
1879 ar->running_fw->fw_file.fw_features)) { in ath10k_mac_vif_setup_ps()
2168 ar->running_fw->fw_file.fw_features)) { in ath10k_peer_assoc_h_crypto()
3410 ar->running_fw->fw_file.fw_features)) in ath10k_mac_tx_h_get_txmode()
3596 ar->running_fw->fw_file.fw_features) || in ath10k_mac_tx_h_get_txpath()
3839 ar->running_fw->fw_file.fw_features)) { in ath10k_mgmt_over_wmi_tx_work()
4729 ar->running_fw->fw_file.fw_features)) { in ath10k_start()
4765 ar->running_fw->fw_file.fw_features)) { in ath10k_start()
8372 if (!test_bit(ATH10K_FW_FEATURE_NO_P2P, ar->normal_mode_fw.fw_file.fw_features)) in ath10k_mac_register()
8381 ar->running_fw->fw_file.fw_features)) { in ath10k_mac_register()
Dcore.h836 DECLARE_BITMAP(fw_features, ATH10K_FW_FEATURE_COUNT);
Dwmi.c2211 ar->running_fw->fw_file.fw_features)) { in ath10k_wmi_op_pull_mgmt_rx_ev()
5300 ar->running_fw->fw_file.fw_features)) in ath10k_wmi_event_service_ready_work()
9130 ar->running_fw->fw_file.fw_features)) { in ath10k_wmi_attach()
9173 ar->running_fw->fw_file.fw_features)) { in ath10k_wmi_detach()
Dhtt_rx.c1143 ar->running_fw->fw_file.fw_features)) in ath10k_htt_rx_nwifi_hdrlen()
/Linux-v4.19/arch/powerpc/kvm/
Dpowerpc.c2169 static inline bool have_fw_feat(struct device_node *fw_features, in have_fw_feat() argument
2175 np = of_get_child_by_name(fw_features, name); in have_fw_feat()
2185 struct device_node *np, *fw_features; in kvmppc_get_cpu_char() local
2195 fw_features = of_get_child_by_name(np, "fw-features"); in kvmppc_get_cpu_char()
2197 if (!fw_features) in kvmppc_get_cpu_char()
2199 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2202 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2205 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2208 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
2211 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char()
[all …]