Lines Matching +full:0 +full:x11d30000
70 '-[0-9]+$':
121 When E1=0/E0=0, the strength is 0.125mA.
122 When E1=0/E0=1, the strength is 0.25mA.
123 When E1=1/E0=0, the strength is 0.5mA.
127 0: (E1, E0, EN) = (0, 0, 0)
128 1: (E1, E0, EN) = (0, 0, 1)
129 2: (E1, E0, EN) = (0, 1, 0)
130 3: (E1, E0, EN) = (0, 1, 1)
131 4: (E1, E0, EN) = (1, 0, 0)
132 5: (E1, E0, EN) = (1, 0, 1)
133 6: (E1, E0, EN) = (1, 1, 0)
135 So the valid arguments are from 0 to 7.
137 enum: [0, 1, 2, 3, 4, 5, 6, 7]
143 0: (R1, R0) = (0, 0) which means R1 disabled and R0 disabled.
144 1: (R1, R0) = (0, 1) which means R1 disabled and R0 enabled.
145 2: (R1, R0) = (1, 0) which means R1 enabled and R0 disabled.
148 enum: [0, 1, 2, 3]
154 0: (R1, R0) = (0, 0) which means R1 disabled and R0 disabled.
155 1: (R1, R0) = (0, 1) which means R1 disabled and R0 enabled.
156 2: (R1, R0) = (1, 0) which means R1 enabled and R0 disabled.
159 enum: [0, 1, 2, 3]
165 are from 0 to 15.
172 from 0 to 63.
192 reg = <0 0x10005000 0 0x1000>,
193 <0 0x11f20000 0 0x1000>,
194 <0 0x11e80000 0 0x1000>,
195 <0 0x11e70000 0 0x1000>,
196 <0 0x11e90000 0 0x1000>,
197 <0 0x11d30000 0 0x1000>,
198 <0 0x11d20000 0 0x1000>,
199 <0 0x11c50000 0 0x1000>,
200 <0 0x11f30000 0 0x1000>,
201 <0 0x1000b000 0 0x1000>;
208 gpio-ranges = <&pio 0 0 192>;
213 i2c0_pins_a: i2c-0 {