Lines Matching defs:first_pin
157 * This accesses an adjacent set of up to 32 pins starting at first_pin within
161 * the 32-bit words (i.e., bit 0 is first_pin, bit 1 is first_pin+1, etc).
164 * Some devices may limit the value of first_pin to 0, or to multiples of 16 or
166 * first_pin to be zero and then manipulate bit (1 << 2) in the 32-bit word.
167 * Invalid values in first_pin result in an EINVAL error return.
179 uint32_t first_pin; /* First pin in group of 32 adjacent */
202 * first_pin to zero and only populate pin_flags[2] and pin_flags[3]. If a
206 * Some devices may limit the value of first_pin to 0, or to multiples of 16 or
207 * 32 or some other hardware-specific number. Invalid values in first_pin or
214 uint32_t first_pin;