Home
last modified time | relevance | path

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

/drivers/clk/spear/
Dclk-aux-synth.c27 #define to_clk_aux(_hw) container_of(_hw, struct clk_aux, hw)
44 struct clk_aux *aux = to_clk_aux(hw); in aux_calc_rate()
55 struct clk_aux *aux = to_clk_aux(hw); in clk_aux_round_rate()
65 struct clk_aux *aux = to_clk_aux(hw); in clk_aux_recalc_rate()
99 struct clk_aux *aux = to_clk_aux(hw); in clk_aux_set_rate()
139 struct clk_aux *aux; in clk_register_aux()
Dclk.h46 struct clk_aux { struct
/drivers/pci/controller/dwc/
Dpcie-keembay.c64 struct clk *clk_aux; member
195 pcie->clk_aux = keembay_pcie_probe_clock(dev, "aux", AUX_CLK_RATE_HZ); in keembay_pcie_probe_clocks()
196 if (IS_ERR(pcie->clk_aux)) in keembay_pcie_probe_clocks()
197 return dev_err_probe(dev, PTR_ERR(pcie->clk_aux), in keembay_pcie_probe_clocks()