Home
last modified time | relevance | path

Searched full:xti (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dst,sta32x.txt22 - 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";
/linux-6.12.1/Documentation/devicetree/bindings/clock/
Dcirrus,cs2000-cp.yaml25 Common clock binding for CLK_IN, XTI/REF_CLK
/linux-6.12.1/arch/arm/mach-nomadik/
Dcpu-8815.c27 #define NOMADIK_XTI_BASE 0x101A0000 /* XTI */
/linux-6.12.1/arch/arm/boot/dts/intel/pxa/
Dpxa300-raumfeld-speaker-one.dts105 clock-names = "xti";
/linux-6.12.1/drivers/media/i2c/
Dtw9910.c953 priv->clk = clk_get(&client->dev, "xti"); in tw9910_probe()
957 dev_err(&client->dev, "Unable to get xti clock\n"); in tw9910_probe()
/linux-6.12.1/sound/soc/codecs/
Dsta32x.c1112 sta32x->xti_clk = devm_clk_get(dev, "xti"); in sta32x_i2c_probe()