/linux/Documentation/devicetree/bindings/mfd/ |
H A D | qcom,tcsr.yaml | 4 $id: http://devicetree.org/schemas/mfd/qcom,tcsr.yaml# 20 - qcom,msm8976-tcsr 21 - qcom,msm8998-tcsr 22 - qcom,qcm2290-tcsr 23 - qcom,qcs404-tcsr 24 - qcom,sa8775p-tcsr 25 - qcom,sc7180-tcsr 26 - qcom,sc7280-tcsr 27 - qcom,sc8280xp-tcsr 28 - qcom,sdm630-tcsr [all …]
|
/linux/Documentation/devicetree/bindings/hwlock/ |
H A D | qcom-hwspinlock.yaml | 21 - qcom,tcsr-mutex 24 - qcom,apq8084-tcsr-mutex 25 - qcom,ipq6018-tcsr-mutex 26 - qcom,msm8226-tcsr-mutex 27 - qcom,msm8994-tcsr-mutex 28 - const: qcom,tcsr-mutex 31 - qcom,msm8974-tcsr-mutex 32 - const: qcom,tcsr-mutex 51 compatible = "qcom,tcsr-mutex";
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | qcom,sm8550-tcsr.yaml | 4 $id: http://devicetree.org/schemas/clock/qcom,sm8550-tcsr.yaml# 7 title: Qualcomm TCSR Clock Controller on SM8550 13 Qualcomm TCSR clock control module provides the clocks, resets and 17 - include/dt-bindings/clock/qcom,sm8550-tcsr.h 18 - include/dt-bindings/clock/qcom,sm8650-tcsr.h 24 - qcom,sm8550-tcsr 25 - qcom,sm8650-tcsr 26 - qcom,x1e80100-tcsr 53 compatible = "qcom,sm8550-tcsr", "syscon";
|
/linux/drivers/soc/qcom/ |
H A D | qcom_gsbi.c | 114 struct regmap *tcsr; member 118 { .compatible = "qcom,tcsr-ipq8064", .data = &config_ipq8064}, 119 { .compatible = "qcom,tcsr-apq8064", .data = &config_apq8064}, 120 { .compatible = "qcom,tcsr-msm8960", .data = &config_msm8960}, 121 { .compatible = "qcom,tcsr-msm8660", .data = &config_msm8660}, 145 /* get the tcsr node and setup the config and regmap */ 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() 149 tcsr_node = of_parse_phandle(node, "syscon-tcsr", 0); in gsbi_probe() 155 dev_warn(&pdev->dev, "no matching TCSR\n"); in gsbi_probe() [all …]
|
/linux/include/clocksource/ |
H A D | timer-xilinx.h | 51 * @tcsr: The value of the TCSR register for this counter 59 u32 xilinx_timer_tlr_cycles(struct xilinx_timer_priv *priv, u32 tcsr, 66 * @tcsr: The value of TCSR for this counter 71 u32 tlr, u32 tcsr);
|
/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-msm8660.dtsi | 132 syscon-tcsr = <&tcsr>; 158 syscon-tcsr = <&tcsr>; 184 syscon-tcsr = <&tcsr>; 219 syscon-tcsr = <&tcsr>; 253 syscon-tcsr = <&tcsr>; 278 syscon-tcsr = <&tcsr>; 428 tcsr: syscon@1a400000 { label 429 compatible = "qcom,tcsr-msm8660", "syscon";
|
H A D | qcom-mdm9615.dtsi | 205 syscon-tcsr = <&tcsr>; 229 syscon-tcsr = <&tcsr>; 323 tcsr: syscon@1a400000 { label 324 compatible = "qcom,tcsr-mdm9615", "syscon";
|
H A D | qcom-ipq8064.dtsi | 760 syscon-tcsr = <&tcsr>; 799 syscon-tcsr = <&tcsr>; 836 syscon-tcsr = <&tcsr>; 872 syscon-tcsr = <&tcsr>; 915 syscon-tcsr = <&tcsr>; 974 syscon-tcsr = <&tcsr>; 1013 tcsr: syscon@1a400000 { label 1014 compatible = "qcom,tcsr-ipq8064", "syscon";
|
H A D | qcom-msm8960.dtsi | 252 syscon-tcsr = <&tcsr>; 310 tcsr: syscon@1a400000 { label 311 compatible = "qcom,tcsr-msm8960", "syscon";
|
/linux/Documentation/devicetree/bindings/phy/ |
H A D | qcom,msm8998-qmp-usb3-phy.yaml | 59 qcom,tcsr-reg: 63 - description: phandle to TCSR hardware block 65 description: Clamp register present in the TCSR 90 - qcom,tcsr-reg 162 qcom,tcsr-reg = <&tcsr_regs_1 0x6b244>;
|
/linux/Documentation/devicetree/bindings/soc/qcom/ |
H A D | qcom,gsbi.yaml | 57 syscon-tcsr: 60 Phandle of TCSR syscon node.Required if child uses dma. 106 syscon-tcsr = <&tcsr>;
|
/linux/drivers/hwspinlock/ |
H A D | qcom_hwspinlock.c | 141 { .compatible = "qcom,tcsr-mutex", .data = &of_tcsr_mutex }, 142 { .compatible = "qcom,apq8084-tcsr-mutex", .data = &of_msm8226_tcsr_mutex }, 143 { .compatible = "qcom,msm8226-tcsr-mutex", .data = &of_msm8226_tcsr_mutex }, 144 { .compatible = "qcom,msm8974-tcsr-mutex", .data = &of_msm8226_tcsr_mutex }, 145 { .compatible = "qcom,msm8994-tcsr-mutex", .data = &of_msm8226_tcsr_mutex },
|
/linux/drivers/phy/qualcomm/ |
H A D | phy-qcom-qusb2.c | 276 /* offset to PHY_CLK_SCHEME register in TCSR map */ 418 * @tcsr: TCSR syscon register map 438 struct regmap *tcsr; member 796 * register in the TCSR so, if there's none, use the default in qusb2_phy_init() 807 if (qphy->tcsr) { in qusb2_phy_init() 808 ret = regmap_read(qphy->tcsr, qphy->cfg->clk_scheme_offset, in qusb2_phy_init() 1009 qphy->tcsr = syscon_regmap_lookup_by_phandle(dev->of_node, in qusb2_phy_probe() 1010 "qcom,tcsr-syscon"); in qusb2_phy_probe() 1011 if (IS_ERR(qphy->tcsr)) { in qusb2_phy_probe() 1012 dev_dbg(dev, "failed to lookup TCSR regmap\n"); in qusb2_phy_probe() [all …]
|
/linux/Documentation/devicetree/bindings/pci/ |
H A D | qcom,pcie-ep.yaml | 54 description: Reference to a syscon representing TCSR followed by the two 60 - description: Syscon to TCSR system registers 266 qcom,perst-regs = <&tcsr 0xb258 0xb270>;
|
/linux/drivers/pwm/ |
H A D | pwm-xilinx.c | 34 u32 xilinx_timer_tlr_cycles(struct xilinx_timer_priv *priv, u32 tcsr, in xilinx_timer_tlr_cycles() argument 39 if (tcsr & TCSR_UDT) in xilinx_timer_tlr_cycles() 45 u32 tlr, u32 tcsr) in xilinx_timer_get_period() argument 49 if (tcsr & TCSR_UDT) in xilinx_timer_get_period()
|
/linux/drivers/pmdomain/qcom/ |
H A D | cpr.c | 237 struct regmap *tcsr; member 393 static void cpr_set_acc(struct regmap *tcsr, struct fuse_corner *f, in cpr_set_acc() argument 401 regmap_multi_reg_write(tcsr, f->accs, f->num_accs); in cpr_set_acc() 404 regmap_multi_reg_write(tcsr, f->accs, f->num_accs); in cpr_set_acc() 414 if (drv->tcsr && dir == DOWN) in cpr_pre_voltage() 415 cpr_set_acc(drv->tcsr, prev_fuse_corner, fuse_corner); in cpr_pre_voltage() 426 if (drv->tcsr && dir == UP) in cpr_post_voltage() 427 cpr_set_acc(drv->tcsr, prev_fuse_corner, fuse_corner); in cpr_post_voltage() 1517 regmap_multi_reg_write(drv->tcsr, acc_desc->config, in cpr_pd_attach_dev() 1522 regmap_update_bits(drv->tcsr, acc_desc->enable_reg, in cpr_pd_attach_dev() [all …]
|
/linux/drivers/clk/qcom/ |
H A D | tcsrcc-x1e80100.c | 13 #include <dt-bindings/clock/qcom,x1e80100-tcsr.h> 254 { .compatible = "qcom,x1e80100-tcsr" }, 284 MODULE_DESCRIPTION("QTI TCSR Clock Controller X1E80100 Driver");
|
H A D | tcsrcc-sm8650.c | 14 #include <dt-bindings/clock/qcom,sm8650-tcsr.h> 151 { .compatible = "qcom,sm8650-tcsr" },
|
H A D | tcsrcc-sm8550.c | 14 #include <dt-bindings/clock/qcom,sm8550-tcsr.h> 156 { .compatible = "qcom,sm8550-tcsr" },
|
/linux/Documentation/arch/mips/ |
H A D | ingenic-tcu.rst | 19 different clocks (pclk, ext, rtc), gated, and reclocked, through their TCSR register. 21 - The watchdog and OST hardware blocks also feature a TCSR register with the same
|
/linux/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_tai.c | 242 u32 tcsr; in mvpp22_tai_gettimex64() local 260 tcsr = readl(base + MVPP22_TAI_TCSR); in mvpp22_tai_gettimex64() 261 if (tcsr & TCSR_CAPTURE_1_VALID) { in mvpp22_tai_gettimex64() 264 } else if (tcsr & TCSR_CAPTURE_0_VALID) { in mvpp22_tai_gettimex64()
|
/linux/drivers/clk/ingenic/ |
H A D | tcu.c | 130 WARN_ONCE(ret < 0, "Unable to read TCSR %d", tcu_clk->idx); in ingenic_tcu_get_parent() 146 WARN_ONCE(ret < 0, "Unable to update TCSR %d", tcu_clk->idx); in ingenic_tcu_set_parent() 163 WARN_ONCE(ret < 0, "Unable to read TCSR %d", tcu_clk->idx); in ingenic_tcu_recalc_rate() 212 WARN_ONCE(ret < 0, "Unable to update TCSR %d", tcu_clk->idx); in ingenic_tcu_set_rate()
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | ipq5332.dtsi | 84 qcom,dload-mode = <&tcsr 0x6100>; 221 compatible = "qcom,tcsr-mutex"; 226 tcsr: syscon@1937000 { label 227 compatible = "qcom,tcsr-ipq5332", "syscon";
|
/linux/Documentation/devicetree/bindings/firmware/ |
H A D | qcom,scm.yaml | 113 - description: phandle to TCSR hardware block 115 description: TCSR hardware block
|
/linux/include/dt-bindings/clock/ |
H A D | qcom,sc8280xp-lpasscc.h | 14 /* LPASS TCSR */
|