Lines Matching +full:0 +full:x10000
52 "drv-0", "drv-1", "drv-2" etc and "tcs-offset". The
91 For a TCS whose RSC base address is is 0x179C0000 and is at a DRV id of 2, the
92 register offsets for DRV2 start at 0D00, the register calculations are like
94 DRV0: 0x179C0000
95 DRV2: 0x179C0000 + 0x10000 = 0x179D0000
96 DRV2: 0x179C0000 + 0x10000 * 2 = 0x179E0000
97 TCS-OFFSET: 0xD00
102 reg = <0x179c0000 0x10000>,
103 <0x179d0000 0x10000>,
104 <0x179e0000 0x10000>;
105 reg-names = "drv-0", "drv-1", "drv-2";
109 qcom,tcs-offset = <0xd00>;
119 For a TCS whose RSC base address is 0xAF20000 and is at DRV id of 0, the
122 DRV0: 0xAF20000
123 TCS-OFFSET: 0x1C00
128 reg = <0xaf20000 0x10000>;
129 reg-names = "drv-0";
131 qcom,tcs-offset = <0x1c00>;
132 qcom,drv-id = <0>;
133 qcom,tcs-config = <ACTIVE_TCS 0>,
136 <CONTROL_TCS 0>;