Home
last modified time | relevance | path

Searched refs:hw_caps (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dgpio.c129 if (ah->caps.hw_caps & ATH9K_HW_CAP_RFSILENT) in ath_start_rfkill_poll()
214 if (ah->caps.hw_caps & ATH9K_HW_CAP_MCI) { in ath_btcoex_period_timer()
219 if (!(ah->caps.hw_caps & ATH9K_HW_CAP_MCI)) in ath_btcoex_period_timer()
225 if (!(ah->caps.hw_caps & ATH9K_HW_CAP_MCI)) { in ath_btcoex_period_timer()
266 (!(ah->caps.hw_caps & ATH9K_HW_CAP_MCI) && in ath_btcoex_no_stomp_timer()
350 if ((sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_MCI) && mci->aggr_limit) in ath9k_btcoex_aggr_limit()
373 if (!(ah->caps.hw_caps & ATH9K_HW_CAP_MCI)) in ath9k_start_btcoex()
394 if (ah->caps.hw_caps & ATH9K_HW_CAP_MCI) in ath9k_stop_btcoex()
H A Dmain.c442 if (ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) in ath9k_tasklet()
450 if ((ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) && in ath9k_tasklet()
459 if (ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) { in ath9k_tasklet()
577 if (!(ah->caps.hw_caps & ATH9K_HW_CAP_AUTOSLEEP)) in ath_isr()
700 if (ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) in ath9k_start()
716 if (ah->caps.hw_caps & ATH9K_HW_CAP_HT) in ath9k_start()
785 if (!(sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_AUTOSLEEP)) in ath9k_tx()
867 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) { in ath9k_txq_has_key()
1453 if (!(ah->caps.hw_caps & ATH9K_HW_CAP_AUTOSLEEP)) { in ath9k_enable_ps()
1473 if (!(ah->caps.hw_caps & ATH9K_HW_CAP_AUTOSLEEP)) { in ath9k_disable_ps()
[all …]
H A Ddfs_debug.c50 (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_DFS) ? in read_file_dfs()
H A Dmac.c751 if (ah->caps.hw_caps & ATH9K_HW_CAP_EDMA) in ath9k_hw_beaconq_setup()
962 if (!(pCap->hw_caps & ATH9K_HW_CAP_AUTOSLEEP)) in ath9k_hw_set_interrupts()
1017 if (!(pCap->hw_caps & ATH9K_HW_CAP_AUTOSLEEP)) { in ath9k_hw_set_interrupts()
H A Dhtc_drv_gpio.c332 if (priv->ah->caps.hw_caps & ATH9K_HW_CAP_RFSILENT) in ath9k_start_rfkill_poll()
H A Dar9003_calib.c1306 if ((ah->caps.hw_caps & ATH9K_HW_CAP_RTT) && !run_rtt_cal) in ar9003_hw_do_pcoem_manual_peak_cal()
1318 if ((ah->caps.hw_caps & ATH9K_HW_CAP_RTT) && caldata) { in ar9003_hw_do_pcoem_manual_peak_cal()
1400 bool rtt = !!(ah->caps.hw_caps & ATH9K_HW_CAP_RTT); in ar9003_hw_init_cal_pcoem()
H A Dmci.c640 if (sc->sc_ah->caps.hw_caps & ATH9K_HW_CAP_MCI) in ath_mci_enable()
H A Dar9003_paprd.c1008 if ((ah->caps.hw_caps & ATH9K_HW_CAP_PAPRD) && ah->config.enable_paprd) in ar9003_is_paprd_enabled()
H A Deeprom_4k.c807 if (pCap->hw_caps & ATH9K_HW_CAP_ANT_DIV_COMB) { in ath9k_hw_4k_set_board_values()
H A Dar9003_eeprom.c3776 if (pCap->hw_caps & ATH9K_HW_CAP_ANT_DIV_COMB) { in ar9003_hw_ant_ctrl_apply()
/linux/drivers/net/wireless/silabs/wfx/
H A Dbh.c181 WARN(len > le16_to_cpu(wdev->hw_caps.size_inp_ch_buf), in tx_helper()
183 len, le16_to_cpu(wdev->hw_caps.size_inp_ch_buf)); in tx_helper()
203 if (wdev->hif.tx_buffers_used < le16_to_cpu(wdev->hw_caps.num_inp_ch_bufs)) { in bh_work_tx()
H A Dwfx.h41 struct wfx_hif_ind_startup hw_caps; member
H A Ddata_tx.c369 if (skb->len > le16_to_cpu(wvif->wdev->hw_caps.size_inp_ch_buf)) { in wfx_tx_inner()
372 skb->len, le16_to_cpu(wvif->wdev->hw_caps.size_inp_ch_buf)); in wfx_tx_inner()
H A Dhif_rx.c82 memcpy(&wdev->hw_caps, body, sizeof(struct wfx_hif_ind_startup)); in wfx_hif_startup_indication()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_types.h20 struct virtchnl_ptp_caps hw_caps; member
H A Diavf_ptp.c118 return (adapter->ptp.hw_caps.caps & cap) == cap; in iavf_ptp_cap_supported()
/linux/include/linux/platform_data/
H A Demif_plat.h115 u32 hw_caps; member
/linux/drivers/memory/
H A Demif.c602 if (emif->plat_data->hw_caps & EMIF_HW_CAPS_LL_INTERFACE) { in emif_interrupt_handler()
653 if (emif->plat_data->hw_caps & EMIF_HW_CAPS_LL_INTERFACE) in clear_all_interrupts()
665 if (emif->plat_data->hw_caps & EMIF_HW_CAPS_LL_INTERFACE) in disable_and_clear_all_interrupts()
689 if (emif->plat_data->hw_caps & EMIF_HW_CAPS_LL_INTERFACE) { in setup_interrupts()
942 pd->hw_caps |= EMIF_HW_CAPS_LL_INTERFACE; in of_get_memory_device_details()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c40 struct wmi_soc_mac_phy_hw_mode_caps *hw_caps; member
369 struct wmi_soc_mac_phy_hw_mode_caps *hw_caps, in ath11k_pull_mac_phy_cap_svc_ready_ext() argument
383 if (!hw_caps || !wmi_hw_mode_caps || !hal_reg_caps) in ath11k_pull_mac_phy_cap_svc_ready_ext()
386 for (hw_idx = 0; hw_idx < hw_caps->num_hw_modes; hw_idx++) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
397 if (hw_idx == hw_caps->num_hw_modes) in ath11k_pull_mac_phy_cap_svc_ready_ext()
4904 svc_rdy_ext->hw_caps, in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
5056 svc_rdy_ext->hw_caps = (struct wmi_soc_mac_phy_hw_mode_caps *)ptr; in ath11k_wmi_tlv_svc_rdy_ext_parse()
5057 svc_rdy_ext->param.num_hw_modes = svc_rdy_ext->hw_caps->num_hw_modes; in ath11k_wmi_tlv_svc_rdy_ext_parse()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c59 const struct ath12k_wmi_soc_mac_phy_hw_mode_caps_params *hw_caps; member
470 const struct ath12k_wmi_soc_mac_phy_hw_mode_caps_params *hw_caps = svc->hw_caps; in ath12k_pull_mac_phy_cap_svc_ready_ext() local
482 if (!hw_caps || !wmi_hw_mode_caps || !svc->soc_hal_reg_caps) in ath12k_pull_mac_phy_cap_svc_ready_ext()
485 for (hw_idx = 0; hw_idx < le32_to_cpu(hw_caps->num_hw_modes); hw_idx++) { in ath12k_pull_mac_phy_cap_svc_ready_ext()
493 if (hw_idx == le32_to_cpu(hw_caps->num_hw_modes)) in ath12k_pull_mac_phy_cap_svc_ready_ext()
5068 svc_rdy_ext->hw_caps = ptr; in ath12k_wmi_svc_rdy_ext_parse()
5070 le32_to_cpu(svc_rdy_ext->hw_caps->num_hw_modes); in ath12k_wmi_svc_rdy_ext_parse()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h578 u64 hw_caps; member