Home
last modified time | relevance | path

Searched refs:TCSR (Results 1 – 21 of 21) sorted by relevance

/openbmc/qemu/hw/timer/
H A Drenesas_tmr.c37 REG8(TCSR, 2)
38 FIELD(TCSR, OSA, 0, 2)
39 FIELD(TCSR, OSB, 2, 2)
40 FIELD(TCSR, ADTE, 4, 2)
219 ret = FIELD_DP8(ret, TCSR, OSA, in tmr_read()
220 FIELD_EX8(tmr->tcsr[ch], TCSR, OSA)); in tmr_read()
221 ret = FIELD_DP8(ret, TCSR, OSB, in tmr_read()
222 FIELD_EX8(tmr->tcsr[ch], TCSR, OSB)); in tmr_read()
225 ret = FIELD_DP8(ret, TCSR, ADTE, in tmr_read()
226 FIELD_EX8(tmr->tcsr[ch], TCSR, ADTE)); in tmr_read()
[all …]
/openbmc/linux/Documentation/translations/zh_CN/arch/mips/
H A Dingenic-tcu.rst25 - 每个TCU通道都有自己的时钟源,可以通过 TCSR 寄存器设置通道的父级时钟
28 - 看门狗和OST硬件模块在它们的寄存器空间中也有相同形式的TCSR寄存器。
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dqcom,sm8550-tcsr.yaml7 title: Qualcomm TCSR Clock Controller on SM8550
13 Qualcomm TCSR clock control module provides the clocks, resets and
/openbmc/linux/Documentation/arch/mips/
H A Dingenic-tcu.rst19 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
/openbmc/linux/Documentation/devicetree/bindings/firmware/
H A Dqcom,scm.yaml96 - description: phandle to TCSR hardware block
98 description: TCSR hardware block
/openbmc/linux/Documentation/devicetree/bindings/pci/
H A Dqcom,pcie-ep.yaml49 description: Reference to a syscon representing TCSR followed by the two
55 - description: Syscon to TCSR system registers
/openbmc/linux/drivers/net/wan/
H A Dhd64570.h92 #define TCSR 0x04 /* Control/Status */ macro
H A Dhd64572.h117 #define TCSR 0x206 /* Timer Control/Status Register */ macro
/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,gsbi.yaml60 Phandle of TCSR syscon node.Required if child uses dma.
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,q6v5.txt90 Definition: a phandle reference to a syscon representing TCSR followed
H A Dqcom,qcs404-cdsp-pil.yaml83 Phandle reference to a syscon representing TCSR followed by the
H A Dqcom,sdm845-adsp-pil.yaml83 Phandle reference to a syscon representing TCSR followed by the
H A Dqcom,sc7280-wpss-pil.yaml91 Phandle reference to a syscon representing TCSR followed by the
H A Dqcom,sc7280-adsp-pil.yaml79 Phandle reference to a syscon representing TCSR followed by the
H A Dqcom,msm8916-mss-pil.yaml116 - description: phandle to TCSR syscon region
H A Dqcom,msm8996-mss-pil.yaml117 - description: phandle to TCSR syscon region
/openbmc/linux/Documentation/devicetree/bindings/bus/
H A Dqcom,ssc-block-bus.yaml87 - description: Phandle reference to a syscon representing TCSR
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dqcom,qusb2-phy.yaml83 Phandle to TCSR syscon register region.
H A Dqcom,sc8280xp-qmp-pcie-phy.yaml83 - description: phandle of TCSR syscon
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dci-hdrc-usb2.yaml234 Phandler of TCSR node with two argument that indicate register
238 - description: phandle to TCSR node
/openbmc/linux/drivers/clk/qcom/
H A DKconfig1007 tristate "SM8550 TCSR Clock Controller"
1011 Support for the TCSR clock controller on SM8550 devices.