Home
last modified time | relevance | path

Searched full:sirc (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/clock/
Dimx7ulp-scg-clock.yaml19 domains, such as the System Oscillator clock, the Slow IRC (SIRC),
62 - const: sirc
83 clocks = <&rosc>, <&sosc>, <&sirc>,
85 clock-names = "rosc", "sosc", "sirc",
Dimx7ulp-pcc-clock.yaml19 domains, such as the System Oscillator clock, the Slow IRC (SIRC),
/linux-6.12.1/drivers/media/rc/img-ir/
Dimg-ir-sony.c3 * ImgTec IR Decoder setup for Sony (SIRC) protocol.
123 * Sony SIRC decoder
124 * See also http://www.sbprojects.com/knowledge/ir/sirc.php
125 * http://picprojects.org.uk/projects/sirc/sonysirc.pdf
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/
Dimx7ulp.dtsi69 sirc: clock-sirc { label
72 clock-output-names = "sirc";
250 clocks = <&rosc>, <&sosc>, <&sirc>,
252 clock-names = "rosc", "sosc", "sirc",
/linux-6.12.1/arch/hexagon/include/asm/
Dirq.h14 * 64 == the two SIRC's, 176 == the two gpio's
/linux-6.12.1/drivers/clk/imx/
Dclk-imx7ulp.c27 static const char * const scs_sels[] = { "dummy", "sosc", "sirc", "firc", "dummy", "apll_sel", "sp…
34 /* used by sosc/sirc/firc/ddr/spll/apll dividers */
64 hws[IMX7ULP_CLK_SIRC] = imx_get_clk_hw_by_name(np, "sirc"); in imx7ulp_clk_scg1_init()
/linux-6.12.1/tools/perf/util/
Dsymbol.c1874 int sirc = -1; in dso__load() local
1906 sirc = symsrc__init(ss, dso, name, symtab_type); in dso__load()
1916 if (!is_reg || sirc < 0) in dso__load()