Home
last modified time | relevance | path

Searched refs:band_center_freq2 (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c1720 ch->band_center_freq2 = 0; in ath10k_wmi_put_wmi_channel()
1724 ch->band_center_freq2 = __cpu_to_le32(arg->band_center_freq2); in ath10k_wmi_put_wmi_channel()
1726 arg->band_center_freq2 - 10); in ath10k_wmi_put_wmi_channel()
1731 u32 band_center_freq2; in ath10k_wmi_put_wmi_channel() local
1735 band_center_freq2 = 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()
1745 band_center_freq2 - 10); 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.h2050 __le32 band_center_freq2; /* valid for 11ac, 80plus80 */ member
2081 u32 band_center_freq2; member
H A Dmac.c1051 arg.channel.band_center_freq2 = chandef->center_freq2; in ath10k_monitor_vdev_start()
1503 arg.channel.band_center_freq2 = chandef->center_freq2; in ath10k_vdev_start_restart()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.h2853 u32 band_center_freq2; member
3446 __le32 band_center_freq2; member
H A Dwmi.c959 chan->band_center_freq2 = cpu_to_le32(arg->band_center_freq2); in ath12k_wmi_put_wmi_channel()
961 chan->band_center_freq2 = 0; in ath12k_wmi_put_wmi_channel()
2505 chan_info->band_center_freq2 = cpu_to_le32(channel_arg->cfreq2); in ath12k_wmi_send_scan_chan_list_cmd()
H A Dmac.c837 arg.band_center_freq2 = chandef->center_freq2; in ath12k_mac_monitor_vdev_start()
5822 arg.band_center_freq2 = chandef->center_freq2; in ath12k_mac_vdev_start_restart()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c879 chan->band_center_freq2 = arg->channel.band_center_freq1; in ath11k_wmi_put_wmi_channel()
883 chan->band_center_freq2 = arg->channel.band_center_freq2; in ath11k_wmi_put_wmi_channel()
885 chan->band_center_freq2 = 0; in ath11k_wmi_put_wmi_channel()
2497 chan_info->band_center_freq2 = tchan_info->cfreq2; in ath11k_wmi_send_scan_chan_list_cmd()
H A Dwmi.h2812 u32 band_center_freq2; member
3493 u32 band_center_freq2; member
H A Dmac.c938 arg.channel.band_center_freq2 = chandef->center_freq2; in ath11k_mac_monitor_vdev_start()
7212 arg.channel.band_center_freq2 = chandef->center_freq2; in ath11k_mac_vdev_start_restart()
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h1375 u32 band_center_freq2; member
H A Dsmd.c959 param->band_center_freq2 = 0; in wcn36xx_smd_update_channel_list()