Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dwmi.c1719 ch->band_center_freq2 = 0; in ath10k_wmi_put_wmi_channel()
1723 ch->band_center_freq2 = __cpu_to_le32(arg->band_center_freq2); in ath10k_wmi_put_wmi_channel()
1725 arg->band_center_freq2 - 10); in ath10k_wmi_put_wmi_channel()
1730 u32 band_center_freq2; in ath10k_wmi_put_wmi_channel() local
1734 band_center_freq2 = 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()
1744 band_center_freq2 - 10); in ath10k_wmi_put_wmi_channel()
1746 ch->band_center_freq2 = __cpu_to_le32(arg->band_center_freq1); in ath10k_wmi_put_wmi_channel()
H A Dwmi.h2049 __le32 band_center_freq2; /* valid for 11ac, 80plus80 */ member
2080 u32 band_center_freq2; member
H A Dmac.c1039 arg.channel.band_center_freq2 = chandef->center_freq2; in ath10k_monitor_vdev_start()
1491 arg.channel.band_center_freq2 = chandef->center_freq2; in ath10k_vdev_start_restart()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dwmi.c785 chan->band_center_freq2 = arg->channel.band_center_freq2; in ath11k_wmi_put_wmi_channel()
787 chan->band_center_freq2 = 0; in ath11k_wmi_put_wmi_channel()
2326 chan_info->band_center_freq2 = tchan_info->cfreq2; in ath11k_wmi_send_scan_chan_list_cmd()
H A Dwmi.h2665 u32 band_center_freq2; member
3338 u32 band_center_freq2; member
H A Dmac.c4911 arg.channel.band_center_freq2 = chandef->center_freq2; in ath11k_mac_vdev_start_restart()