Lines Matching +full:0 +full:x10005000
126 When E1=0/E0=0, the strength is 0.125mA.
127 When E1=0/E0=1, the strength is 0.25mA.
128 When E1=1/E0=0, the strength is 0.5mA.
132 0: (E1, E0, EN) = (0, 0, 0)
133 1: (E1, E0, EN) = (0, 0, 1)
134 2: (E1, E0, EN) = (0, 1, 0)
135 3: (E1, E0, EN) = (0, 1, 1)
136 4: (E1, E0, EN) = (1, 0, 0)
137 5: (E1, E0, EN) = (1, 0, 1)
138 6: (E1, E0, EN) = (1, 1, 0)
140 So the valid arguments are from 0 to 7.
142 enum: [0, 1, 2, 3, 4, 5, 6, 7]
149 0: (R1, R0) = (0, 0) which means R1 disabled and R0 disabled.
150 1: (R1, R0) = (0, 1) which means R1 disabled and R0 enabled.
151 2: (R1, R0) = (1, 0) which means R1 enabled and R0 disabled.
154 enum: [0, 1, 2, 3]
161 0: (R1, R0) = (0, 0) which means R1 disabled and R0 disabled.
162 1: (R1, R0) = (0, 1) which means R1 disabled and R0 enabled.
163 2: (R1, R0) = (1, 0) which means R1 enabled and R0 disabled.
166 enum: [0, 1, 2, 3]
172 are from 0 to 15.
179 from 0 to 63.
199 reg = <0 0x10005000 0 0x1000>,
200 <0 0x11f20000 0 0x1000>,
201 <0 0x11e80000 0 0x1000>,
202 <0 0x11e70000 0 0x1000>,
203 <0 0x11e90000 0 0x1000>,
204 <0 0x11d30000 0 0x1000>,
205 <0 0x11d20000 0 0x1000>,
206 <0 0x11c50000 0 0x1000>,
207 <0 0x11f30000 0 0x1000>,
208 <0 0x1000b000 0 0x1000>;
215 gpio-ranges = <&pio 0 0 192>;