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