/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,qcs615-tcsr 25 - qcom,qcs8300-tcsr 26 - qcom,sa8255p-tcsr 27 - qcom,sa8775p-tcsr 28 - qcom,sc7180-tcsr [all...] |
/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 19 - include/dt-bindings/clock/qcom,sm8750-tcsr.h 25 - qcom,milos-tcsr 26 - qcom,sar2130p-tcsr 27 - qcom,sm8550-tcsr 28 - qcom,sm8650-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/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", 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>; 428 tcsr: syscon@1a400000 { global() label [all...] |
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>; 1013 tcsr: syscon@1a400000 { global() label [all...] |
H A D | qcom-msm8960.dtsi | 323 syscon-tcsr = <&tcsr>; 405 tcsr: syscon@1a400000 { label 406 compatible = "qcom,tcsr-msm8960", "syscon";
|
/linux/Documentation/devicetree/bindings/phy/ |
H A D | qcom,msm8998-qmp-usb3-phy.yaml | 60 qcom,tcsr-reg: 64 - description: phandle to TCSR hardware block 66 description: Clamp register present in the TCSR 91 - qcom,tcsr-reg 164 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/clk/qcom/ |
H A D | tcsrcc-sm8650.c | 14 #include <dt-bindings/clock/qcom,sm8650-tcsr.h> 151 { .compatible = "qcom,milos-tcsr" }, 152 { .compatible = "qcom,sm8650-tcsr" }, 159 if (of_device_is_compatible(pdev->dev.of_node, "qcom,milos-tcsr")) { in tcsr_cc_sm8650_probe()
|
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-sm8750.c | 12 #include <dt-bindings/clock/qcom,sm8750-tcsr.h> 110 { .compatible = "qcom,sm8750-tcsr" },
|
/linux/Documentation/devicetree/bindings/remoteproc/ |
H A D | qcom,qcs404-cdsp-pil.yaml | 83 Phandle reference to a syscon representing TCSR followed by the 87 - description: phandle to TCSR syscon region 158 qcom,halt-regs = <&tcsr 0x19004>;
|
/linux/drivers/phy/qualcomm/ |
H A D | phy-qcom-qusb2.c | 289 /* offset to PHY_CLK_SCHEME register in TCSR map */ 442 * @tcsr: TCSR syscon register map 462 struct regmap *tcsr; member 820 * register in the TCSR so, if there's none, use the default in qusb2_phy_init() 831 if (qphy->tcsr) { in qusb2_phy_init() 832 ret = regmap_read(qphy->tcsr, qphy->cfg->clk_scheme_offset, in qusb2_phy_init() 1039 qphy->tcsr = syscon_regmap_lookup_by_phandle(dev->of_node, in qusb2_phy_probe() 1040 "qcom,tcsr-syscon"); in qusb2_phy_probe() 1041 if (IS_ERR(qphy->tcsr)) { in qusb2_phy_probe() [all...] |
/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/Documentation/devicetree/bindings/pci/ |
H A D | qcom,pcie-ep.yaml | 55 description: Reference to a syscon representing TCSR followed by the two 61 - description: Syscon to TCSR system registers 314 qcom,perst-regs = <&tcsr 0xb258 0xb270>;
|
/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_des in cpr_pd_attach_dev() [all...] |
/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/Documentation/devicetree/bindings/usb/ |
H A D | ci-hdrc-usb2.yaml | 60 Phandler of TCSR node with two argument that indicate register 64 - description: phandle to TCSR node
|
/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/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/include/dt-bindings/clock/ |
H A D | qcom,sc8280xp-lpasscc.h | 14 /* LPASS TCSR */
|