Home
last modified time | relevance | path

Searched refs:band_center_freq1 (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c1722 ch->band_center_freq1 = __cpu_to_le32(arg->band_center_freq1); in ath10k_wmi_put_wmi_channel()
1730 u32 band_center_freq1; in ath10k_wmi_put_wmi_channel() local
1733 if (arg->freq > arg->band_center_freq1) { in ath10k_wmi_put_wmi_channel()
1734 band_center_freq1 = arg->band_center_freq1 + 40; in ath10k_wmi_put_wmi_channel()
1735 band_center_freq2 = arg->band_center_freq1 - 40; in ath10k_wmi_put_wmi_channel()
1737 band_center_freq1 = arg->band_center_freq1 - 40; in ath10k_wmi_put_wmi_channel()
1738 band_center_freq2 = arg->band_center_freq1 + 40; in ath10k_wmi_put_wmi_channel()
1741 ch->band_center_freq1 = in ath10k_wmi_put_wmi_channel()
1742 __cpu_to_le32(band_center_freq1); in ath10k_wmi_put_wmi_channel()
1747 ch->band_center_freq2 = __cpu_to_le32(arg->band_center_freq1); in ath10k_wmi_put_wmi_channel()
H A Dwmi.h2049 __le32 band_center_freq1; member
2080 u32 band_center_freq1; member
H A Dmac.c1044 arg.channel.band_center_freq1 = chandef->center_freq1; in ath10k_monitor_vdev_start()
1496 arg.channel.band_center_freq1 = chandef->center_freq1; in ath10k_vdev_start_restart()
3430 ch->band_center_freq1 = channel->center_freq; in ath10k_update_channel_list()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c871 u32 center_freq1 = arg->channel.band_center_freq1; in ath11k_wmi_put_wmi_channel()
876 chan->band_center_freq1 = arg->channel.band_center_freq1; in ath11k_wmi_put_wmi_channel()
879 if (arg->channel.freq > arg->channel.band_center_freq1) in ath11k_wmi_put_wmi_channel()
880 chan->band_center_freq1 = center_freq1 + 40; in ath11k_wmi_put_wmi_channel()
882 chan->band_center_freq1 = center_freq1 - 40; in ath11k_wmi_put_wmi_channel()
884 chan->band_center_freq2 = arg->channel.band_center_freq1; in ath11k_wmi_put_wmi_channel()
2604 chan_info->band_center_freq1 = tchan_info->cfreq1; in ath11k_wmi_send_scan_chan_list_cmd()
H A Dwmi.h2828 u32 band_center_freq1; member
3506 u32 band_center_freq1; member
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.h2992 u32 band_center_freq1; member
3554 __le32 band_center_freq1; member
H A Dwmi.c1004 chan->band_center_freq1 = cpu_to_le32(arg->band_center_freq1); in ath12k_wmi_put_wmi_channel()
2762 chan_info->band_center_freq1 = cpu_to_le32(channel_arg->cfreq1); in ath12k_wmi_send_scan_chan_list_cmd()
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h1374 u32 band_center_freq1; member
H A Dsmd.c958 param->band_center_freq1 = req->channels[i]->center_freq; in wcn36xx_smd_update_channel_list()