Lines Matching +full:hardware +full:- +full:triggered
2 ------------
7 val) pair and triggered. Messages in the TCS are then sent in sequence over an
10 The hardware block (Direct Resource Voter or DRV) is a part of the h/w entity
16 A TCS may be triggered from Linux or triggered by the F/W after all the CPUs
17 have powered off to facilitate idle power saving. TCS could be classified as -
19 ACTIVE /* Triggered by Linux */
20 SLEEP /* Triggered by F/W */
21 WAKE /* Triggered by F/W */
22 CONTROL /* Triggered by F/W */
24 The order in which they are described in the DT, should match the hardware
35 - compatible:
38 Definition: Should be "qcom,rpmh-rsc".
40 - reg:
42 Value type: <prop-encoded-array>
45 The tcs-offset specifies the start address of the
48 - reg-names:
52 "drv-0", "drv-1", "drv-2" etc and "tcs-offset". The
54 - interrupts:
56 Value type: <prop-encoded-interrupt>
60 - qcom,drv-id:
66 - qcom,tcs-config:
68 Value type: <prop-encoded-array>
72 The order of the TCS must match the hardware
74 - Cell #1 (TCS Type): TCS types to be specified -
79 - Cell #2 (Number of TCS): <u32>
81 - label:
93 this -
97 TCS-OFFSET: 0xD00
101 compatible = "qcom,rpmh-rsc";
105 reg-names = "drv-0", "drv-1", "drv-2";
109 qcom,tcs-offset = <0xd00>;
110 qcom,drv-id = <2>;
111 qcom,tcs-config = <ACTIVE_TCS 2>,
121 this -
123 TCS-OFFSET: 0x1C00
127 compatible = "qcom,rpmh-rsc";
129 reg-names = "drv-0";
131 qcom,tcs-offset = <0x1c00>;
132 qcom,drv-id = <0>;
133 qcom,tcs-config = <ACTIVE_TCS 0>,