Home
last modified time | relevance | path

Searched refs:clk_aux (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/spear/
H 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()
155 /* struct clk_aux assignments */ in clk_register_aux()
H A Dclk.h49 struct clk_aux { struct
/kernel/linux/linux-6.6/drivers/clk/spear/
H A 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()
152 /* struct clk_aux assignments */ in clk_register_aux()
H A Dclk.h46 struct clk_aux { struct
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/
H A 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()

Completed in 3 milliseconds