Home
last modified time | relevance | path

Searched refs:lcc (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dqcom,lcc.yaml4 $id: http://devicetree.org/schemas/clock/qcom,lcc.yaml#
15 - qcom,lcc-apq8064
16 - qcom,lcc-ipq8064
17 - qcom,lcc-mdm9615
18 - qcom,lcc-msm8960
49 - qcom,lcc-apq8064
50 - qcom,lcc-msm8960
84 - qcom,lcc-mdm9615
116 compatible = "qcom,lcc-ipq8064";
H A Dqcom,gcc-ipq8064.yaml58 #include <dt-bindings/clock/qcom,lcc-ipq806x.h>
64 clocks = <&pxo_board>, <&cxo_board>, <&lcc PLL4>;
/openbmc/linux/Documentation/devicetree/bindings/slimbus/
H A Dqcom,slim.yaml63 #include <dt-bindings/clock/qcom,lcc-msm8960.h>
76 clocks = <&lcc SLIMBUS_SRC>, <&lcc AUDIO_SLIMBUS_CLK>;
H A Dslimbus.yaml72 #include <dt-bindings/clock/qcom,lcc-msm8960.h>
85 clocks = <&lcc SLIMBUS_SRC>, <&lcc AUDIO_SLIMBUS_CLK>;
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Dqcom-soc.yaml49 - qcom,lcc-apq8064
50 - qcom,lcc-ipq8064
51 - qcom,lcc-mdm9615
52 - qcom,lcc-msm8960
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A Dunzip_optimization.patch91 # Linux with lcc compiler: __inline__ (stat.h) not recognized, and must edit
96 - $(MAKE) unzips CC=lcc LD=lcc CFLAGS="-O3 -Wall -D__inline__= "
97 + $(MAKE) unzips CC=lcc LD=lcc CFLAGS="-Wall -D__inline__= "
/openbmc/linux/drivers/staging/media/imx/
H A Dimx-media-utils.c394 const struct imx_media_pixfmt *lcc; in imx_media_init_mbus_fmt() local
403 lcc = imx_media_find_mbus_format(code, PIXFMT_SEL_ANY); in imx_media_init_mbus_fmt()
404 if (!lcc) { in imx_media_init_mbus_fmt()
405 lcc = imx_media_find_ipu_format(code, PIXFMT_SEL_YUV_RGB); in imx_media_init_mbus_fmt()
406 if (!lcc) in imx_media_init_mbus_fmt()
416 V4L2_MAP_QUANTIZATION_DEFAULT(lcc->cs == IPUV3_COLORSPACE_RGB, in imx_media_init_mbus_fmt()
421 *cc = lcc; in imx_media_init_mbus_fmt()
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-msm8960.dtsi7 #include <dt-bindings/clock/qcom,lcc-msm8960.h>
137 <&lcc PLL4>;
141 lcc: clock-controller@28000000 { label
142 compatible = "qcom,lcc-msm8960";
H A Dqcom-mdm9615.dtsi13 #include <dt-bindings/clock/qcom,lcc-msm8960.h>
109 <&lcc PLL4>;
112 lcc: clock-controller@28000000 { label
113 compatible = "qcom,lcc-mdm9615";
H A Dqcom-ipq8064.dtsi8 #include <dt-bindings/clock/qcom,lcc-ipq806x.h>
517 clocks = <&pxo_board>, <&cxo_board>, <&lcc PLL4>;
1237 lcc: clock-controller@28000000 { label
1238 compatible = "qcom,lcc-ipq8064";
1247 clocks = <&lcc AHBIX_CLK>,
1248 <&lcc MI2S_OSR_CLK>,
1249 <&lcc MI2S_BIT_CLK>;
H A Dqcom-apq8064.dtsi5 #include <dt-bindings/clock/qcom,lcc-msm8960.h>
809 <&lcc PLL4>;
825 lcc: clock-controller@28000000 { label
826 compatible = "qcom,lcc-apq8064";
/openbmc/linux/drivers/clk/qcom/
H A DMakefile33 obj-$(CONFIG_IPQ_LCC_806X) += lcc-ipq806x.o
47 obj-$(CONFIG_MSM_LCC_8960) += lcc-msm8960.o