Lines Matching refs:select
198 * If the select input value begins with 0xff, it's a quirky
199 * select input and the value should be interpreted as below.
201 * | 0xff | shift | width | select |
202 * It's used to work around the problem that the select
203 * input for some pin is not implemented in the select
205 * We encode the select input value, width and shift of
208 * up the select input bits in general purpose register.
212 u8 select = val & 0xff;
218 * purpose register, not regular select input register.
222 val |= select << shift;
226 * Regular select input register can never be at offset
773 "iomuxc input select base address not found\n");