Home
last modified time | relevance | path

Searched full:gsbi (Results 1 – 17 of 17) sorted by relevance

/Linux-v6.1/drivers/soc/qcom/
Dqcom_gsbi.c15 #include <dt-bindings/soc/qcom,gsbi.h>
131 struct gsbi_info *gsbi; in gsbi_probe() local
136 gsbi = devm_kzalloc(&pdev->dev, sizeof(*gsbi), GFP_KERNEL); in gsbi_probe()
138 if (!gsbi) in gsbi_probe()
146 gsbi->tcsr = syscon_regmap_lookup_by_phandle(node, "syscon-tcsr"); in gsbi_probe()
148 if (!IS_ERR(gsbi->tcsr)) { in gsbi_probe()
171 if (of_property_read_u32(node, "qcom,mode", &gsbi->mode)) { in gsbi_probe()
177 of_property_read_u32(node, "qcom,crci", &gsbi->crci); in gsbi_probe()
179 dev_info(&pdev->dev, "GSBI port protocol: %d crci: %d\n", in gsbi_probe()
180 gsbi->mode, gsbi->crci); in gsbi_probe()
[all …]
DKconfig59 Say y here to enable GSBI support. The GSBI provides control
/Linux-v6.1/Documentation/devicetree/bindings/soc/qcom/
Dqcom,gsbi.yaml4 $id: http://devicetree.org/schemas/soc/qcom/qcom,gsbi.yaml#
7 title: Qualcomm General Serial Bus Interface (GSBI)
15 The GSBI controller is modeled as a node with zero or more child nodes, each
16 representing a serial sub-node device that is mux'd as part of the GSBI
18 of the 4 GSBI IOs.
20 A GSBI controller node can contain 0 or more child nodes representing serial
26 const: qcom,gsbi-v1.0.0
34 The GSBI index.
46 include/dt-bindings/soc/qcom,gsbi.h for valid CRCI mux values.
52 include/dt-bindings/soc/qcom,gsbi.h for valid mux values.
[all …]
/Linux-v6.1/arch/arm/boot/dts/
Dqcom-msm8660.dtsi7 #include <dt-bindings/soc/qcom,gsbi.h>
139 gsbi1: gsbi@16000000 {
140 compatible = "qcom,gsbi-v1.0.0";
165 gsbi3: gsbi@16200000 {
166 compatible = "qcom,gsbi-v1.0.0";
190 gsbi6: gsbi@16500000 {
191 compatible = "qcom,gsbi-v1.0.0";
225 gsbi7: gsbi@16600000 {
226 compatible = "qcom,gsbi-v1.0.0";
260 gsbi8: gsbi@19800000 {
[all …]
Dqcom-apq8064-ifc6410.dts176 gsbi3: gsbi@16200000 {
184 gsbi@16300000 {
193 gsbi@12440000 {
209 gsbi@1a200000 {
219 gsbi@16500000 {
230 gsbi@16600000 {
Dqcom-mdm9615.dtsi52 #include <dt-bindings/soc/qcom,gsbi.h>
168 gsbi2: gsbi@16100000 {
169 compatible = "qcom,gsbi-v1.0.0";
192 gsbi3: gsbi@16200000 {
193 compatible = "qcom,gsbi-v1.0.0";
217 gsbi4: gsbi@16300000 {
218 compatible = "qcom,gsbi-v1.0.0";
241 gsbi5: gsbi@16400000 {
242 compatible = "qcom,gsbi-v1.0.0";
Dqcom-msm8960.dtsi8 #include <dt-bindings/soc/qcom,gsbi.h>
227 gsbi5: gsbi@16400000 {
228 compatible = "qcom,gsbi-v1.0.0";
345 gsbi1: gsbi@16000000 {
346 compatible = "qcom,gsbi-v1.0.0";
Dqcom-apq8064-asus-nexus7-flo.dts260 gsbi@16200000 {
279 gsbi@12440000 {
303 gsbi@16500000 {
315 gsbi@16600000 {
Dqcom-ipq8064.dtsi11 #include <dt-bindings/soc/qcom,gsbi.h>
766 gsbi1: gsbi@12440000 {
767 compatible = "qcom,gsbi-v1.0.0";
804 gsbi2: gsbi@12480000 {
805 compatible = "qcom,gsbi-v1.0.0";
841 gsbi4: gsbi@16300000 {
842 compatible = "qcom,gsbi-v1.0.0";
878 gsbi6: gsbi@16500000 {
879 compatible = "qcom,gsbi-v1.0.0";
921 gsbi7: gsbi@16600000 {
[all …]
Dqcom-apq8064.dtsi9 #include <dt-bindings/soc/qcom,gsbi.h>
438 gsbi1: gsbi@12440000 {
440 compatible = "qcom,gsbi-v1.0.0";
477 gsbi2: gsbi@12480000 {
479 compatible = "qcom,gsbi-v1.0.0";
505 gsbi3: gsbi@16200000 {
507 compatible = "qcom,gsbi-v1.0.0";
531 gsbi4: gsbi@16300000 {
533 compatible = "qcom,gsbi-v1.0.0";
556 gsbi5: gsbi@1a200000 {
[all …]
Dqcom-ipq8064-v1.0.dtsi18 gsbi@16300000 {
27 gsbi5: gsbi@1a200000 {
Dqcom-apq8064-cm-qs600.dts127 gsbi@12440000 {
143 gsbi@16600000 {
Dqcom-ipq8064-ap148.dts19 gsbi@16300000 {
Dqcom-apq8060-dragonboard.dts476 gsbi@16200000 {
515 gsbi@19800000 {
551 gsbi@19c00000 {
Dqcom-ipq8064-rb3011.dts163 gsbi5: gsbi@1a200000 {
Dqcom-apq8064-sony-xperia-lagan-yuga.dts363 gsbi@1a200000 {
/Linux-v6.1/Documentation/devicetree/bindings/serial/
Dqcom,msm-uartdm.yaml72 - description: An optional second register location shall specify the GSBI control region.