Home
last modified time | relevance | path

Searched refs:__prci_clock (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/clk/sifive/
H A Dfu540-prci.c184 struct __prci_clock;
187 int (*set_rate)(struct __prci_clock *pc,
190 unsigned long (*round_rate)(struct __prci_clock *pc,
209 struct __prci_clock { struct
402 struct __prci_clock *pc, in sifive_fu540_prci_wrpll_recalc_rate()
411 struct __prci_clock *pc, in sifive_fu540_prci_wrpll_round_rate()
463 struct __prci_clock *pc, in sifive_fu540_prci_tlclksel_recalc_rate()
503 static struct __prci_clock __prci_init_clocks[] = {
531 struct __prci_clock *pc; in sifive_fu540_prci_get_rate()
546 struct __prci_clock *pc; in sifive_fu540_prci_set_rate()
[all …]
/openbmc/linux/drivers/clk/sifive/
H A Dsifive-prci.c179 struct __prci_clock *pc = clk_hw_to_prci_clock(hw); in sifive_prci_wrpll_recalc_rate()
189 struct __prci_clock *pc = clk_hw_to_prci_clock(hw); in sifive_prci_wrpll_round_rate()
203 struct __prci_clock *pc = clk_hw_to_prci_clock(hw); in sifive_prci_wrpll_set_rate()
224 struct __prci_clock *pc = clk_hw_to_prci_clock(hw); in sifive_clk_is_enabled()
239 struct __prci_clock *pc = clk_hw_to_prci_clock(hw); in sifive_prci_clock_enable()
256 struct __prci_clock *pc = clk_hw_to_prci_clock(hw); in sifive_prci_clock_disable()
275 struct __prci_clock *pc = clk_hw_to_prci_clock(hw); in sifive_prci_tlclksel_recalc_rate()
292 struct __prci_clock *pc = clk_hw_to_prci_clock(hw); in sifive_prci_hfpclkplldiv_recalc_rate()
453 struct __prci_clock *pc = clk_hw_to_prci_clock(hw); in sifive_prci_pcie_aux_clock_is_enabled()
467 struct __prci_clock *pc = clk_hw_to_prci_clock(hw); in sifive_prci_pcie_aux_clock_enable()
[all …]
H A Dsifive-prci.h263 struct __prci_clock { struct
272 #define clk_hw_to_prci_clock(pwd) container_of(pwd, struct __prci_clock, hw) argument
280 struct __prci_clock *clks;
H A Dfu540-prci.h68 static struct __prci_clock __prci_init_clocks_fu540[] = {
H A Dfu740-prci.h84 static struct __prci_clock __prci_init_clocks_fu740[] = {