Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dwmi.c1721 ch->band_center_freq1 = __cpu_to_le32(arg->band_center_freq1); in ath10k_wmi_put_wmi_channel()
1729 u32 band_center_freq1; in ath10k_wmi_put_wmi_channel() local
1732 if (arg->freq > arg->band_center_freq1) { in ath10k_wmi_put_wmi_channel()
1733 band_center_freq1 = arg->band_center_freq1 + 40; in ath10k_wmi_put_wmi_channel()
1734 band_center_freq2 = arg->band_center_freq1 - 40; in ath10k_wmi_put_wmi_channel()
1736 band_center_freq1 = arg->band_center_freq1 - 40; in ath10k_wmi_put_wmi_channel()
1737 band_center_freq2 = arg->band_center_freq1 + 40; in ath10k_wmi_put_wmi_channel()
1740 ch->band_center_freq1 = in ath10k_wmi_put_wmi_channel()
1741 __cpu_to_le32(band_center_freq1); in ath10k_wmi_put_wmi_channel()
1746 ch->band_center_freq2 = __cpu_to_le32(arg->band_center_freq1); in ath10k_wmi_put_wmi_channel()
Dwmi.h2048 __le32 band_center_freq1; member
2077 u32 band_center_freq1; member
Dmac.c1027 arg.channel.band_center_freq1 = chandef->center_freq1; in ath10k_monitor_vdev_start()
1479 arg.channel.band_center_freq1 = chandef->center_freq1; in ath10k_vdev_start_restart()
3253 ch->band_center_freq1 = channel->center_freq; in ath10k_update_channel_list()
/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dwmi.h2664 u32 band_center_freq1; member
3336 u32 band_center_freq1; member
Dwmi.c783 chan->band_center_freq1 = arg->channel.band_center_freq1; in ath11k_wmi_put_wmi_channel()
2354 chan_info->band_center_freq1 = tchan_info->cfreq1; in ath11k_wmi_send_scan_chan_list_cmd()
Dmac.c4852 arg.channel.band_center_freq1 = chandef->center_freq1; in ath11k_mac_vdev_start_restart()