Home
last modified time | relevance | path

Searched refs:low_2ghz_chan (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c5467 arg->low_2ghz_chan = ev->hal_reg_capabilities.low_2ghz_chan; in ath10k_wmi_main_op_pull_svc_rdy_ev()
5508 arg->low_2ghz_chan = ev->hal_reg_capabilities.low_2ghz_chan; in ath10k_wmi_10x_op_pull_svc_rdy_ev()
5571 ar->low_2ghz_chan = __le32_to_cpu(arg.low_2ghz_chan); in ath10k_wmi_event_service_ready_work()
5691 __le32_to_cpu(arg.low_2ghz_chan), in ath10k_wmi_event_service_ready_work()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.h2428 u32 low_2ghz_chan; member
2787 __le32 low_2ghz_chan; member
H A Dwmi.c638 param->low_2ghz_chan = le32_to_cpu(ext_reg_cap->low_2ghz_chan); in ath12k_pull_reg_cap_svc_rdy_ext()
4126 arg[i].start_freq = hal_reg_cap->low_2ghz_chan; in ath12k_fill_band_to_mac_param()
4130 arg[i].start_freq = hal_reg_cap->low_2ghz_chan; in ath12k_fill_band_to_mac_param()
H A Dmac.c14263 freq_low = max(reg_cap->low_2ghz_chan, in ath12k_mac_setup_channels_rates()
14269 reg_cap->low_2ghz_chan, in ath12k_mac_setup_channels_rates()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c518 param->low_2ghz_chan = ext_reg_cap->low_2ghz_chan; in ath11k_pull_reg_cap_svc_rdy_ext()
4170 band_to_mac[i].start_freq = hal_reg_cap->low_2ghz_chan; in ath11k_fill_band_to_mac_param()
4174 band_to_mac[i].start_freq = hal_reg_cap->low_2ghz_chan; in ath11k_fill_band_to_mac_param()
H A Dmac.c10206 temp_reg_cap->low_2ghz_chan, in ath11k_mac_setup_channels_rates()