Home
last modified time | relevance | path

Searched full:lcc (Results 1 – 20 of 20) sorted by relevance

/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.yaml34 - description: PLL4 from LCC
60 #include <dt-bindings/clock/qcom,lcc-ipq806x.h>
66 clocks = <&pxo_board>, <&cxo_board>, <&lcc PLL4>;
/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
/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>;
/linux/drivers/clk/qcom/
H A Dlcc-msm8960.c15 #include <dt-bindings/clock/qcom,lcc-msm8960.h>
446 { .compatible = "qcom,lcc-msm8960" },
447 { .compatible = "qcom,lcc-apq8064" },
448 { .compatible = "qcom,lcc-mdm9615" },
459 if (of_device_is_compatible(pdev->dev.of_node, "qcom,lcc-mdm9615")) { in lcc_msm8960_probe()
490 .name = "lcc-msm8960",
496 MODULE_DESCRIPTION("QCOM LCC MSM8960 Driver");
498 MODULE_ALIAS("platform:lcc-msm8960");
H A Dlcc-ipq806x.c15 #include <dt-bindings/clock/qcom,lcc-ipq806x.h>
436 { .compatible = "qcom,lcc-ipq8064" },
463 .name = "lcc-ipq806x",
469 MODULE_DESCRIPTION("QCOM LCC IPQ806x Driver");
471 MODULE_ALIAS("platform:lcc-ipq806x");
H A DMakefile39 obj-$(CONFIG_IPQ_LCC_806X) += lcc-ipq806x.o
54 obj-$(CONFIG_MSM_LCC_8960) += lcc-msm8960.o
/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()
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-mdm9615.dtsi13 #include <dt-bindings/clock/qcom,lcc-msm8960.h>
108 <&lcc PLL4>;
111 lcc: clock-controller@28000000 { label
112 compatible = "qcom,lcc-mdm9615";
H A Dqcom-msm8960.dtsi7 #include <dt-bindings/clock/qcom,lcc-msm8960.h>
136 <&lcc PLL4>;
140 lcc: clock-controller@28000000 { label
141 compatible = "qcom,lcc-msm8960";
H A Dqcom-ipq8064.dtsi8 #include <dt-bindings/clock/qcom,lcc-ipq806x.h>
501 clocks = <&pxo_board>, <&cxo_board>, <&lcc PLL4>;
1246 lcc: clock-controller@28000000 { label
1247 compatible = "qcom,lcc-ipq8064";
1256 clocks = <&lcc AHBIX_CLK>,
1257 <&lcc MI2S_OSR_CLK>,
1258 <&lcc MI2S_BIT_CLK>;
H A Dqcom-apq8064.dtsi5 #include <dt-bindings/clock/qcom,lcc-msm8960.h>
690 <&lcc PLL4>;
706 lcc: clock-controller@28000000 { label
707 compatible = "qcom,lcc-apq8064";
/linux/drivers/ufs/host/
H A Dcdns-pltfrm.c189 * Some UFS devices have issues if LCC is enabled. in cdns_ufs_link_startup_notify()
192 * and device TX LCC are disabled once link startup is in cdns_ufs_link_startup_notify()
H A Dufs-qcom.c531 * Some UFS devices (and may be host) have issues if LCC is in ufs_qcom_link_startup_notify()
534 * and device TX LCC are disabled once link startup is in ufs_qcom_link_startup_notify()
H A Dufs-mediatek.c1191 * to make sure that both host and device TX LCC are disabled in ufs_mtk_pre_link()
/linux/lib/zstd/common/
H A Dcompiler.h109 * and some compilers, like Intel ICC and MCST LCC, do not support it at all. */
/linux/include/ufs/
H A Dufshcd.h538 * If UFS host controller is having issue in processing LCC (Line
541 * the LCC transmission on UFS device (by clearing TX_LCC_ENABLE
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_mocs.c265 * Reserved and unspecified MOCS indices have been set to (L3 + LCC).
/linux/drivers/ufs/core/
H A Dufshcd.c4931 dev_err(hba->dev, "%s: TX LCC Disable failed, peer = %d, lane = %d, err = %d", in ufshcd_disable_tx_lcc()