Searched full:gsbi (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/soc/qcom/ |
H A D | qcom_gsbi.c | 15 #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 …]
|
H A D | Kconfig | 59 Say y here to enable GSBI support. The GSBI provides control
|
/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/ |
H A D | qcom,gsbi.yaml | 4 $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 …]
|
/openbmc/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-msm8660.dtsi | 7 #include <dt-bindings/soc/qcom,gsbi.h> 140 gsbi1: gsbi@16000000 { 141 compatible = "qcom,gsbi-v1.0.0"; 166 gsbi3: gsbi@16200000 { 167 compatible = "qcom,gsbi-v1.0.0"; 191 gsbi6: gsbi@16500000 { 192 compatible = "qcom,gsbi-v1.0.0"; 226 gsbi7: gsbi@16600000 { 227 compatible = "qcom,gsbi-v1.0.0"; 261 gsbi8: gsbi@19800000 { [all …]
|
H A D | qcom-mdm9615.dtsi | 16 #include <dt-bindings/soc/qcom,gsbi.h> 147 gsbi2: gsbi@16100000 { 148 compatible = "qcom,gsbi-v1.0.0"; 171 gsbi3: gsbi@16200000 { 172 compatible = "qcom,gsbi-v1.0.0"; 195 gsbi4: gsbi@16300000 { 196 compatible = "qcom,gsbi-v1.0.0"; 219 gsbi5: gsbi@16400000 { 220 compatible = "qcom,gsbi-v1.0.0";
|
H A D | qcom-msm8960.dtsi | 9 #include <dt-bindings/soc/qcom,gsbi.h> 239 gsbi5: gsbi@16400000 { 240 compatible = "qcom,gsbi-v1.0.0"; 351 gsbi1: gsbi@16000000 { 352 compatible = "qcom,gsbi-v1.0.0";
|
H A D | qcom-ipq8064.dtsi | 11 #include <dt-bindings/soc/qcom,gsbi.h> 771 gsbi1: gsbi@12440000 { 772 compatible = "qcom,gsbi-v1.0.0"; 809 gsbi2: gsbi@12480000 { 810 compatible = "qcom,gsbi-v1.0.0"; 846 gsbi4: gsbi@16300000 { 847 compatible = "qcom,gsbi-v1.0.0"; 883 gsbi6: gsbi@16500000 { 884 compatible = "qcom,gsbi-v1.0.0"; 926 gsbi7: gsbi@16600000 { [all …]
|
H A D | qcom-ipq8064-v1.0.dtsi | 18 gsbi@16300000 { 27 gsbi5: gsbi@1a200000 {
|
H A D | qcom-apq8064.dtsi | 9 #include <dt-bindings/soc/qcom,gsbi.h> 414 gsbi1: gsbi@12440000 { 416 compatible = "qcom,gsbi-v1.0.0"; 453 gsbi2: gsbi@12480000 { 455 compatible = "qcom,gsbi-v1.0.0"; 481 gsbi3: gsbi@16200000 { 483 compatible = "qcom,gsbi-v1.0.0"; 507 gsbi4: gsbi@16300000 { 509 compatible = "qcom,gsbi-v1.0.0"; 544 gsbi5: gsbi@1a200000 { [all …]
|
H A D | qcom-ipq8064-ap148.dts | 19 gsbi@16300000 {
|
H A D | qcom-ipq8064-rb3011.dts | 279 gsbi5: gsbi@1a200000 {
|
/openbmc/linux/Documentation/devicetree/bindings/serial/ |
H A D | qcom,msm-uartdm.yaml | 72 - description: An optional second register location shall specify the GSBI control region.
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |