Home
last modified time | relevance | path

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

/linux/drivers/clk/spear/
A Dclk-aux-synth.c30 #define to_clk_aux(_hw) container_of(_hw, struct clk_aux, hw)
47 struct clk_aux *aux = to_clk_aux(hw); in aux_calc_rate()
58 struct clk_aux *aux = to_clk_aux(hw); in clk_aux_round_rate()
68 struct clk_aux *aux = to_clk_aux(hw); in clk_aux_recalc_rate()
102 struct clk_aux *aux = to_clk_aux(hw); in clk_aux_set_rate()
142 struct clk_aux *aux; in clk_register_aux()
A Dclk.h49 struct clk_aux { struct
/linux/drivers/pci/controller/dwc/
A Dpcie-keembay.c64 struct clk *clk_aux; member
190 pcie->clk_aux = keembay_pcie_probe_clock(dev, "aux", AUX_CLK_RATE_HZ); in keembay_pcie_probe_clocks()
191 if (IS_ERR(pcie->clk_aux)) in keembay_pcie_probe_clocks()
192 return dev_err_probe(dev, PTR_ERR(pcie->clk_aux), in keembay_pcie_probe_clocks()

Completed in 5 milliseconds