| /kernel/linux/linux-5.10/drivers/clk/samsung/ |
| D | clk-s3c2412.c | 56 DIV_T(0, "div_xti", "xti", CLKSRC, 0, 3, divxti_d), 73 * software, so assume it is set to xti. 75 PNAME(erefclk_p) = { "xti", "xti", "xti", "ext" }; 76 PNAME(urefclk_p) = { "xti", "xti", "xti", "ext" }; 84 PNAME(mdivclk_p) = { "xti", "div_xti" }; 101 PLL(pll_s3c2440_mpll, MPLL, "mpll", "xti", LOCKTIME, MPLLCON, NULL), 185 #define XTI 1 macro 187 FRATE(XTI, "xti", NULL, 0, 0), 196 struct samsung_clock_alias xti_alias = ALIAS(XTI, NULL, "xtal"); in s3c2412_common_clk_register_fixed_ext()
|
| D | clk-s3c2410.c | 73 DIV_T(0, "div_slow", "xti", CLKSLOW, 0, 3, divslow_d), 155 [mpll] = PLL(pll_s3c2410_mpll, MPLL, "mpll", "xti", 157 [upll] = PLL(pll_s3c2410_upll, UPLL, "upll", "xti", 221 [mpll] = PLL(pll_s3c2440_mpll, MPLL, "mpll", "xti", 223 [upll] = PLL(pll_s3c2410_upll, UPLL, "upll", "xti", 303 #define XTI 1 macro 305 FRATE(XTI, "xti", NULL, 0, 0), 312 struct samsung_clock_alias xti_alias = ALIAS(XTI, NULL, "xtal"); in s3c2410_common_clk_register_fixed_ext() 341 if (_get_rate("xti") == 12 * MHZ) { in s3c2410_common_clk_init() 351 if (_get_rate("xti") == 12 * MHZ) { in s3c2410_common_clk_init()
|
| D | clk-s3c2410-dclk.c | 153 static const char *clkout1_s3c2412_p[] = { "xti", "upll", "fclk", "hclk", "pclk", 156 static const char *clkout0_s3c2440_p[] = { "xti", "upll", "fclk", "hclk", "pclk", 162 static const char *clkout0_s3c2443_p[] = { "xti", "epll", "armclk", "hclk", "pclk",
|
| D | clk-s3c2443.c | 63 PNAME(epllref_p) = { "mpllref", "mpllref", "xti", "ext" }; 65 PNAME(mpllref_p) = { "xti", "mdivclk" }; 99 DIV_T(0, "mdivclk", "xti", CLKDIV0, 6, 3, mdivclk_d), 328 FRATE(0, "xti", NULL, 0, 0),
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
| D | cs2000-cp.txt | 7 - clocks: common clock binding for CLK_IN, XTI/REF_CLK 8 - clock-names: CLK_IN : clk_in, XTI/REF_CLK : ref_clk
|
| D | samsung,s3c2410-clock.txt | 27 The xti clock used as input for the plls is generated outside the SoC. It is 29 clock-output-names value of "xti".
|
| D | samsung,s3c2412-clock.txt | 27 - "xti" - crystal input - required,
|
| D | samsung,s3c2443-clock.txt | 30 - "xti" - crystal input - required,
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | st,sta32x.txt | 22 - clocks, clock-names: Clock specifier for XTI input clock. 24 and disabled when it is removed. The 'clock-names' must be set to 'xti'. 87 clock-names = "xti";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | st,sta32x.txt | 22 - clocks, clock-names: Clock specifier for XTI input clock. 24 and disabled when it is removed. The 'clock-names' must be set to 'xti'. 87 clock-names = "xti";
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | s3c2416-smdk2416.dts | 20 xti: clock-0 { label 23 clock-output-names = "xti";
|
| D | pxa300-raumfeld-speaker-one.dts | 105 clock-names = "xti";
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/ |
| D | cirrus,cs2000-cp.yaml | 25 Common clock binding for CLK_IN, XTI/REF_CLK
|
| /kernel/linux/linux-6.6/arch/arm/mach-nomadik/ |
| D | cpu-8815.c | 27 #define NOMADIK_XTI_BASE 0x101A0000 /* XTI */
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/intel/pxa/ |
| D | pxa300-raumfeld-speaker-one.dts | 105 clock-names = "xti";
|
| /kernel/linux/linux-5.10/arch/arm/mach-nomadik/ |
| D | cpu-8815.c | 40 #define NOMADIK_XTI_BASE 0x101A0000 /* XTI */
|
| /kernel/linux/linux-5.10/drivers/media/i2c/ |
| D | tw9910.c | 961 priv->clk = clk_get(&client->dev, "xti"); in tw9910_probe() 965 dev_err(&client->dev, "Unable to get xti clock\n"); in tw9910_probe()
|
| /kernel/linux/linux-6.6/drivers/media/i2c/ |
| D | tw9910.c | 960 priv->clk = clk_get(&client->dev, "xti"); in tw9910_probe() 964 dev_err(&client->dev, "Unable to get xti clock\n"); in tw9910_probe()
|
| /kernel/linux/linux-6.6/sound/soc/codecs/ |
| D | sta32x.c | 1113 sta32x->xti_clk = devm_clk_get(dev, "xti"); in sta32x_i2c_probe()
|
| /kernel/linux/linux-5.10/sound/soc/codecs/ |
| D | sta32x.c | 1121 sta32x->xti_clk = devm_clk_get(dev, "xti"); in sta32x_i2c_probe()
|