Home
last modified time | relevance | path

Searched refs:clk_periph (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/mips/bcm63xx/
H A Dclk.c354 static struct clk clk_periph = { variable
422 CLKDEV_INIT(NULL, "periph", &clk_periph),
423 CLKDEV_INIT("bcm63xx_uart.0", "refclk", &clk_periph),
424 CLKDEV_INIT("bcm63xx_uart.1", "refclk", &clk_periph),
439 CLKDEV_INIT(NULL, "periph", &clk_periph),
440 CLKDEV_INIT("bcm63xx_uart.0", "refclk", &clk_periph),
441 CLKDEV_INIT("bcm63xx_uart.1", "refclk", &clk_periph),
453 CLKDEV_INIT(NULL, "periph", &clk_periph),
454 CLKDEV_INIT("bcm63xx_uart.0", "refclk", &clk_periph),
467 CLKDEV_INIT(NULL, "periph", &clk_periph),
[all …]
/openbmc/u-boot/drivers/clk/mvebu/
H A Darmada-37xx-periph.c47 struct clk_periph;
54 const struct clk_periph *clks;
66 struct clk_periph { struct
188 static const struct clk_periph clks_nb[] = {
210 static const struct clk_periph clks_sb[] = {
246 const struct clk_periph *clk = &priv->clks[id]; in get_parent_rate()
274 const struct clk_periph *clk, int idx) in get_div()
291 const struct clk_periph *clk, int idx, int val) in set_div_val()
303 const struct clk_periph *clk = &priv->clks[id]; in periph_clk_get_rate()
335 const struct clk_periph *periph_clk = &priv->clks[clk->id]; in periph_clk_enable()
[all …]
/openbmc/linux/arch/mips/boot/dts/img/
H A Dpistachio.dtsi48 clocks = <&clk_periph PERIPH_CLK_I2C0>,
51 assigned-clocks = <&clk_periph PERIPH_CLK_I2C0_PRE_DIV>,
52 <&clk_periph PERIPH_CLK_I2C0_DIV>;
66 clocks = <&clk_periph PERIPH_CLK_I2C1>,
69 assigned-clocks = <&clk_periph PERIPH_CLK_I2C1_PRE_DIV>,
70 <&clk_periph PERIPH_CLK_I2C1_DIV>;
84 clocks = <&clk_periph PERIPH_CLK_I2C2>,
87 assigned-clocks = <&clk_periph PERIPH_CLK_I2C2_PRE_DIV>,
88 <&clk_periph PERIPH_CLK_I2C2_DIV>;
102 clocks = <&clk_periph PERIPH_CLK_I2C3>,
[all …]
/openbmc/linux/drivers/clk/ralink/
H A Dclk-mtmips.c105 struct mtmips_clk *clk_periph; member
239 sclk = &priv->data->clk_periph[i]; in mtmips_register_pherip_clocks()
253 sclk = &priv->data->clk_periph[i]; in mtmips_register_pherip_clocks()
762 .clk_periph = rt2880_pherip_clks,
773 .clk_periph = rt305x_pherip_clks,
784 .clk_periph = rt5350_pherip_clks,
795 .clk_periph = rt5350_pherip_clks,
806 .clk_periph = rt5350_pherip_clks,
817 .clk_periph = mt7620_pherip_clks,
828 .clk_periph = mt76x8_pherip_clks,
[all …]
/openbmc/linux/Documentation/devicetree/bindings/timer/
H A Dimg,pistachio-gptimer.txt23 clocks = <&clk_periph PERIPH_CLK_COUNTER_FAST>,
24 <&clk_periph PERIPH_CLK_COUNTER_SLOW>,
/openbmc/linux/Documentation/devicetree/bindings/crypto/
H A Dimg-hash.txt25 clocks = <&cr_periph SYS_CLK_HASH>, <&clk_periph PERIPH_CLK_ROM>;
/openbmc/u-boot/drivers/clk/at91/
H A Dclk-peripheral.c106 U_BOOT_DRIVER(clk_periph) = {
/openbmc/linux/Documentation/devicetree/bindings/reset/
H A Dimg,pistachio-reset.txt27 clocks = <&clk_periph PERIPH_CLK_SYS>;
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dpistachio-clock.txt62 clk_periph: clock-controller@18144800 {