/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | actions,owl-cmu.txt | 15 - clocks: Reference to the parent clocks ("hosc", "losc") 28 The hosc clock used as input for the plls is generated outside the SoC. It is 29 expected that it is defined using standard clock bindings as "hosc". 39 clocks = <&hosc>, <&losc>;
|
D | allwinner,sun4i-a10-ccu.yaml | 65 - const: hosc 138 clock-names = "hosc", "losc"; 148 clock-names = "hosc", "losc", "iosc", "pll-periph";
|
D | allwinner,sun9i-a80-usb-clks.yaml | 34 - const: hosc 54 clock-names = "bus", "hosc";
|
/linux-6.12.1/drivers/clk/sunxi-ng/ |
D | ccu-sun4i-a10.c | 39 "hosc", 74 "hosc", 92 "hosc", 107 "hosc", 120 "hosc", 133 "hosc", 159 "hosc", 194 "hosc", 208 "hosc", 214 static SUNXI_CCU_GATE(hosc_clk, "hosc", "osc24M", 0x050, BIT(0), 0); [all …]
|
D | ccu-sun5i.c | 35 "hosc", 75 "hosc", 92 "hosc", 107 "hosc", 120 "hosc", 149 "hosc", 166 "hosc", 172 static SUNXI_CCU_GATE(hosc_clk, "hosc", "osc24M", 0x050, BIT(0), 0); 175 static const char * const cpu_parents[] = { "osc32k", "hosc", 231 static const char * const apb1_parents[] = { "hosc", "pll-periph", "osc32k" }; [all …]
|
D | ccu-sun20i-d1.c | 29 { .fw_name = "hosc" } 234 { .fw_name = "hosc" }, 252 { .fw_name = "hosc" }, 264 { .fw_name = "hosc" }, 319 { .fw_name = "hosc" }, 410 { .fw_name = "hosc" }, 430 { .fw_name = "hosc" }, 478 { .fw_name = "hosc" }, 510 { .fw_name = "hosc" }, 638 { .fw_name = "hosc" }, [all …]
|
D | ccu-sun20i-d1-r.c | 20 { .fw_name = "hosc" }, 50 { .fw_name = "hosc" },
|
D | ccu-sun5i.h | 14 /* The HOSC is exported */
|
D | ccu-sun4i-a10.h | 15 /* The HOSC is exported */
|
D | ccu-sun8i-r.c | 23 { .fw_name = "hosc" }, 89 { .fw_name = "hosc" },
|
/linux-6.12.1/drivers/clk/actions/ |
D | owl-s700.c | 99 static const char *cpu_clk_mux_p[] = {"losc", "hosc", "core_pll", "noc1_clk_div"}; 100 static const char *dev_clk_p[] = { "hosc", "dev_pll"}; 108 static const char *uart_clk_mux_p[] = { "hosc", "dev_pll"}; 109 static const char *pwm_clk_mux_p[] = { "losc", "hosc"}; 113 static const char *sensor_clk_mux_p[] = { "hosc", "si"}; 196 static OWL_GATE(clk_timer, "timer", "hosc", CMU_DEVCLKEN1, 22, 0, 0); 204 static OWL_GATE(clk_i2c0, "i2c0", "hosc", CMU_DEVCLKEN1, 0, 0, 0); 205 static OWL_GATE(clk_i2c1, "i2c1", "hosc", CMU_DEVCLKEN1, 1, 0, 0); 206 static OWL_GATE(clk_i2c2, "i2c2", "hosc", CMU_DEVCLKEN1, 2, 0, 0); 207 static OWL_GATE(clk_i2c3, "i2c3", "hosc", CMU_DEVCLKEN1, 3, 0, 0); [all …]
|
D | owl-s900.c | 94 static const char *cpu_clk_mux_p[] = { "losc", "hosc", "core_pll_clk", }; 95 static const char *dev_clk_p[] = { "hosc", "dev_pll_clk", }; 107 static const char *sensor_clk_mux_p[] = { "hosc", "bisp_clk", }; 108 static const char *uart_clk_mux_p[] = { "hosc", "dev_pll_clk", }; 218 static OWL_GATE(timer_clk, "timer_clk", "hosc", CMU_DEVCLKEN1, 27, 0, 0); 370 static OWL_COMP_DIV_FIXED(pwm0_clk, "pwm0_clk", "hosc", 375 static OWL_COMP_DIV_FIXED(pwm1_clk, "pwm1_clk", "hosc", 386 static OWL_COMP_DIV_FIXED(pwm2_clk, "pwm2_clk", "hosc", 391 static OWL_COMP_DIV_FIXED(pwm3_clk, "pwm3_clk", "hosc", 396 static OWL_COMP_DIV_FIXED(pwm4_clk, "pwm4_clk", "hosc", [all …]
|
D | owl-s500.c | 110 static const char * const dev_clk_mux_p[] = { "hosc", "dev_pll_clk" }; 112 static const char * const sensor_clk_mux_p[] = { "hosc", "bisp_clk" }; 114 static const char * const pwm_clk_mux_p[] = { "losc", "hosc" }; 117 static const char * const uart_clk_mux_p[] = { "hosc", "dev_pll_clk" }; 193 static OWL_GATE(timer_clk, "timer_clk", "hosc", CMU_DEVCLKEN1, 27, 0, 0); 194 static OWL_GATE(hdmi_clk, "hdmi_clk", "hosc", CMU_DEVCLKEN1, 3, 0, 0);
|
/linux-6.12.1/arch/arm64/boot/dts/actions/ |
D | s700.dtsi | 87 hosc: hosc { label 175 clocks = <&hosc>, <&losc>;
|
D | s900.dtsi | 87 hosc: hosc { label 187 clocks = <&hosc>, <&losc>;
|
D | s700-cubieboard7.dts | 87 clocks = <&hosc>;
|
/linux-6.12.1/Documentation/devicetree/bindings/rtc/ |
D | allwinner,sun6i-a31-rtc.yaml | 122 - const: hosc 149 - const: hosc
|
/linux-6.12.1/arch/arm64/boot/dts/allwinner/ |
D | sun50i-a100.dtsi | 99 clock-names = "hosc", "losc", "iosc"; 149 clock-names = "apb", "hosc", "losc"; 293 clock-names = "hosc", "losc", "iosc", "pll-periph"; 312 clock-names = "apb", "hosc", "losc";
|
/linux-6.12.1/arch/arm/boot/dts/actions/ |
D | owl-s500.dtsi | 70 hosc: hosc { label 191 clocks = <&hosc>, <&losc>;
|
D | owl-s500-guitar.dtsi | 20 clocks = <&hosc>;
|
D | owl-s500-labrador-v2.dtsi | 21 clocks = <&hosc>;
|
D | owl-s500-cubieboard6.dts | 31 clocks = <&hosc>;
|
D | owl-s500-sparky.dts | 31 clocks = <&hosc>;
|
/linux-6.12.1/arch/riscv/boot/dts/allwinner/ |
D | sunxi-d1-t113.dtsi | 11 clock-names = "hosc", "losc";
|
/linux-6.12.1/Documentation/devicetree/bindings/pinctrl/ |
D | allwinner,sun4i-a10-pinctrl.yaml | 81 - const: hosc 287 clock-names = "apb", "hosc", "losc";
|