Lines Matching full:tcsr
122 struct regmap *tcsr; member
126 { .compatible = "qcom,tcsr-ipq8064", .data = &config_ipq8064},
127 { .compatible = "qcom,tcsr-apq8064", .data = &config_apq8064},
128 { .compatible = "qcom,tcsr-msm8960", .data = &config_msm8960},
129 { .compatible = "qcom,tcsr-msm8660", .data = &config_msm8660},
155 /* get the tcsr node and setup the config and regmap */ in gsbi_probe()
156 gsbi->tcsr = syscon_regmap_lookup_by_phandle(node, "syscon-tcsr"); in gsbi_probe()
158 if (!IS_ERR(gsbi->tcsr)) { in gsbi_probe()
159 tcsr_node = of_parse_phandle(node, "syscon-tcsr", 0); in gsbi_probe()
165 dev_warn(&pdev->dev, "no matching TCSR\n"); in gsbi_probe()
201 * modify tcsr to reflect mode and ADM CRCI mux in gsbi_probe()
210 regmap_update_bits(gsbi->tcsr, in gsbi_probe()
213 regmap_update_bits(gsbi->tcsr, in gsbi_probe()