Searched refs:xusbxti (Results 1 – 25 of 28) sorted by relevance
12
/Linux-v4.19/arch/arm/mach-s3c64xx/ |
D | setup-usb-phy.c | 20 struct clk *xusbxti; in s3c_usb_otgphy_init() local 28 xusbxti = clk_get(&pdev->dev, "xusbxti"); in s3c_usb_otgphy_init() 29 if (xusbxti && !IS_ERR(xusbxti)) { in s3c_usb_otgphy_init() 30 switch (clk_get_rate(xusbxti)) { in s3c_usb_otgphy_init() 42 clk_put(xusbxti); in s3c_usb_otgphy_init()
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | samsung,s3c64xx-clock.txt | 32 - "xusbxti" - USB xtal - required, 56 xusbxti: clock-xusbxti { 58 clock-output-names = "xusbxti";
|
D | samsung,s5pv210-clock.txt | 30 - "xusbxti": external crystal oscillator connected to XUSBXTI and XUSBXTO 57 xusbxti: clock-xusbxti { 59 clock-output-names = "xusbxti";
|
D | clk-s5pv210-audss.txt | 16 not specified (i.e. xusbxti is used for PLL reference), it is fixed to
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | exynos4412-tiny4412.dts | 64 xusbxti { 65 compatible = "samsung,clock-xusbxti";
|
D | s3c6410-smdk6410.dts | 44 xusbxti: oscillator@1 { label 47 clock-output-names = "xusbxti";
|
D | exynos4412-smdk4412.dts | 36 xusbxti { 37 compatible = "samsung,clock-xusbxti";
|
D | exynos4210-smdkv310.dts | 39 xusbxti { 40 compatible = "samsung,clock-xusbxti";
|
D | s3c6410-mini6410.dts | 44 xusbxti: oscillator@1 { label 47 clock-output-names = "xusbxti";
|
D | s5pv210.dtsi | 72 xusbxti: oscillator@1 { label 76 clock-output-names = "xusbxti"; 103 clock-names = "xxti", "xusbxti"; 104 clocks = <&xxti>, <&xusbxti>; 436 clocks = <&clocks CLK_USB_OTG>, <&xusbxti>;
|
D | s5pv210-smdkc110.dts | 35 &xusbxti {
|
D | s5pv210-torbreck.dts | 35 &xusbxti {
|
D | exynos4210-origen.dts | 99 xusbxti { 100 compatible = "samsung,clock-xusbxti";
|
D | exynos4210-trats.dts | 130 xusbxti { 131 compatible = "samsung,clock-xusbxti";
|
D | exynos4412-itop-scp-core.dtsi | 37 xusbxti { 38 compatible = "samsung,clock-xusbxti";
|
D | s5pv210-smdkv210.dts | 53 &xusbxti {
|
D | exynos4412-odroid-common.dtsi | 64 xusbxti { 65 compatible = "samsung,clock-xusbxti";
|
D | exynos4412-origen.dts | 74 xusbxti { 75 compatible = "samsung,clock-xusbxti";
|
D | exynos4210-universal_c210.dts | 38 xusbxti { 39 compatible = "samsung,clock-xusbxti";
|
D | s5pv210-aquila.dts | 262 &xusbxti {
|
D | exynos3250-artik5.dtsi | 365 &xusbxti {
|
D | s5pv210-aries.dtsi | 417 &xusbxti {
|
D | s5pv210-goni.dts | 244 &xusbxti {
|
D | exynos3250.dtsi | 110 xusbxti: clock@0 { label 117 clock-output-names = "xusbxti";
|
/Linux-v4.19/drivers/clk/samsung/ |
D | clk-s5pv210.c | 81 xusbxti, enumerator
|
12