Home
last modified time | relevance | path

Searched refs:channel_counters_freq_hz (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.c73 .channel_counters_freq_hz = 88000,
113 .channel_counters_freq_hz = 88000,
154 .channel_counters_freq_hz = 88000,
194 .channel_counters_freq_hz = 88000,
230 .channel_counters_freq_hz = 88000,
270 .channel_counters_freq_hz = 88000,
310 .channel_counters_freq_hz = 88000,
350 .channel_counters_freq_hz = 88000,
396 .channel_counters_freq_hz = 150000,
443 .channel_counters_freq_hz = 150000,
[all …]
H A Dhw.h543 u32 channel_counters_freq_hz; member
985 #define CCNT_TO_MSEC(ar, x) ((x) / ar->hw_params.channel_counters_freq_hz)
H A Dwmi.c5808 u32 cc_freq_hz = ar->hw_params.channel_counters_freq_hz; in ath10k_wmi_event_pdev_bss_chan_info()