Searched full:div6 (Results 1 – 17 of 17) sorted by relevance
/linux/Documentation/devicetree/bindings/clock/ |
H A D | renesas,cpg-div6-clock.yaml | 4 $id: http://devicetree.org/schemas/clock/renesas,cpg-div6-clock.yaml# 7 title: Renesas CPG DIV6 Clock 13 The CPG DIV6 clocks are variable factor clocks provided by the Clock Pulse 21 - renesas,r8a73a4-div6-clock # R-Mobile APE6 22 - renesas,r8a7740-div6-clock # R-Mobile A1 23 - renesas,sh73a0-div6-clock # SH-Mobile AG5 24 - const: renesas,cpg-div6-clock 67 compatible = "renesas,r8a73a4-div6-clock", "renesas,cpg-div6-clock";
|
H A D | tesla,fsd-clock.yaml | 115 - description: Shared0 PLL div6 clock (from CMU_CMU)
|
/linux/drivers/clk/renesas/ |
H A D | clk-div6.c | 20 #include "clk-div6.h" 66 * DIV6 clocks require the divisor field to be non-zero when stopping in cpg_div6_clock_disable() 181 pr_err("%s: %s DIV6 clock set to invalid parent %u\n", in cpg_div6_clock_get_parent() 218 * TODO: This does not yet support DIV6 clocks with multiple in cpg_div6_clock_notifier_call() 220 * Fortunately so far such DIV6 clocks are found only on in cpg_div6_clock_notifier_call() 235 * cpg_div6_register - Register a DIV6 clock 236 * @name: Name of the DIV6 clock 237 * @num_parents: Number of parent clocks of the DIV6 clock (1, 4, or 8) 239 * @reg: Mapped register used to control the DIV6 clock 280 pr_err("%s: invalid number of parents for DIV6 clock %s\n", in cpg_div6_register() [all …]
|
H A D | renesas-cpg-mssr.h | 36 CLK_TYPE_DIV6P1, /* DIV6 Clock with 1 parent clock */ 37 CLK_TYPE_DIV6_RO, /* DIV6 Clock read only with extra divisor */
|
H A D | Makefile | 55 obj-$(CONFIG_CLK_RENESAS_DIV6) += clk-div6.o
|
H A D | Kconfig | 254 bool "DIV6 clock support" if COMPILE_TEST
|
H A D | renesas-cpg-mssr.c | 34 #include "clk-div6.h" 364 /* Multiply with the DIV6 register value */ in cpg_mssr_register_core_clk()
|
/linux/arch/arm/boot/dts/renesas/ |
H A D | r8a7740.dtsi | 559 /* Variable factor clocks (DIV6) */ 561 compatible = "renesas,r8a7740-div6-clock", "renesas,cpg-div6-clock"; 570 compatible = "renesas,r8a7740-div6-clock", "renesas,cpg-div6-clock"; 579 compatible = "renesas,r8a7740-div6-clock", "renesas,cpg-div6-clock"; 585 compatible = "renesas,r8a7740-div6-clock", "renesas,cpg-div6-clock"; 591 compatible = "renesas,r8a7740-div6-clock", "renesas,cpg-div6-clock"; 597 compatible = "renesas,r8a7740-div6-clock", "renesas,cpg-div6-clock"; 604 compatible = "renesas,r8a7740-div6-clock", "renesas,cpg-div6-clock"; 611 compatible = "renesas,r8a7740-div6-clock", "renesas,cpg-div6-clock"; 618 compatible = "renesas,r8a7740-div6-clock", "renesas,cpg-div6-clock";
|
/linux/arch/sh/lib/ |
H A D | udivsi3_i4i-Os.S | 39 bsr div6 42 bsr div6 59 div6: label
|
/linux/drivers/sh/clk/ |
H A D | cpg.c | 170 * div6 clocks require the divisor field to be non-zero or the in sh_clk_div_disable() 261 * div6 support
|
/linux/Documentation/devicetree/bindings/net/can/ |
H A D | renesas,rcar-can.yaml | 83 On R-Car Gen3 and RZ/G2 SoCs, "clkp2" is the CANFD clock. This is a div6
|
H A D | renesas,rcar-canfd.yaml | 73 Reference to the CANFD clock. The CANFD clock is a div6 clock and can be
|
/linux/arch/sh/kernel/cpu/sh4a/ |
H A D | clock-sh7724.c | 90 /* A fixed divide-by-3 block use by the div6 clocks */ 274 /* DIV6 clocks */
|
H A D | clock-sh7722.c | 187 /* DIV6 clocks */
|
H A D | clock-sh7343.c | 202 /* DIV6 clocks */
|
H A D | clock-sh7366.c | 200 /* DIV6 clocks */
|
H A D | clock-sh7723.c | 212 /* DIV6 clocks */
|