Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi.c1728 ch->band_center_freq1 = __cpu_to_le32(arg->band_center_freq1); in ath10k_wmi_put_wmi_channel()
1736 u32 band_center_freq1; in ath10k_wmi_put_wmi_channel() local
1739 if (arg->freq > arg->band_center_freq1) { in ath10k_wmi_put_wmi_channel()
1740 band_center_freq1 = arg->band_center_freq1 + 40; in ath10k_wmi_put_wmi_channel()
1741 band_center_freq2 = arg->band_center_freq1 - 40; in ath10k_wmi_put_wmi_channel()
1743 band_center_freq1 = arg->band_center_freq1 - 40; in ath10k_wmi_put_wmi_channel()
1744 band_center_freq2 = arg->band_center_freq1 + 40; in ath10k_wmi_put_wmi_channel()
1747 ch->band_center_freq1 = in ath10k_wmi_put_wmi_channel()
1748 __cpu_to_le32(band_center_freq1); in ath10k_wmi_put_wmi_channel()
1753 ch->band_center_freq2 = __cpu_to_le32(arg->band_center_freq1); in ath10k_wmi_put_wmi_channel()
H A Dwmi.h2048 __le32 band_center_freq1; member
2079 u32 band_center_freq1; member
H A Dmac.c1051 arg.channel.band_center_freq1 = chandef->center_freq1; in ath10k_monitor_vdev_start()
1503 arg.channel.band_center_freq1 = chandef->center_freq1; in ath10k_vdev_start_restart()
3437 ch->band_center_freq1 = channel->center_freq; in ath10k_update_channel_list()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c929 u32 center_freq1 = arg->channel.band_center_freq1; in ath11k_wmi_put_wmi_channel()
934 chan->band_center_freq1 = arg->channel.band_center_freq1; in ath11k_wmi_put_wmi_channel()
937 if (arg->channel.freq > arg->channel.band_center_freq1) in ath11k_wmi_put_wmi_channel()
938 chan->band_center_freq1 = center_freq1 + 40; in ath11k_wmi_put_wmi_channel()
940 chan->band_center_freq1 = center_freq1 - 40; in ath11k_wmi_put_wmi_channel()
942 chan->band_center_freq2 = arg->channel.band_center_freq1; in ath11k_wmi_put_wmi_channel()
2675 chan_info->band_center_freq1 = tchan_info->cfreq1; in ath11k_wmi_send_scan_chan_list_cmd()
H A Dwmi.h2814 u32 band_center_freq1; member
3495 u32 band_center_freq1; member
H A Dmac.c937 arg.channel.band_center_freq1 = chandef->center_freq1; in ath11k_mac_monitor_vdev_start()
7206 arg.channel.band_center_freq1 = chandef->center_freq1; in ath11k_mac_vdev_start_restart()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.h2852 u32 band_center_freq1; member
3444 __le32 band_center_freq1; member
H A Dwmi.c981 chan->band_center_freq1 = cpu_to_le32(arg->band_center_freq1); in ath12k_wmi_put_wmi_channel()
2649 chan_info->band_center_freq1 = cpu_to_le32(channel_arg->cfreq1); in ath12k_wmi_send_scan_chan_list_cmd()
H A Dmac.c833 arg.band_center_freq1 = chandef->center_freq1; in ath12k_mac_monitor_vdev_start()
5813 arg.band_center_freq1 = chandef->center_freq1; in ath12k_mac_vdev_start_restart()