Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhw.c1180 .enable_pll_clk = ath10k_hw_qca6174_enable_pll_clock,
1185 .enable_pll_clk = ath10k_hw_qca6174_enable_pll_clock,
H A Dhw.h651 int (*enable_pll_clk)(struct ath10k *ar); member
H A Dcore.c3016 if (ar->hw_params.hw_ops->enable_pll_clk) { in ath10k_core_start()
3017 status = ar->hw_params.hw_ops->enable_pll_clk(ar); in ath10k_core_start()