Lines Matching refs:pins
11 * pins, so we enumerate the pads we can mux rather than actual pins. The pads
12 * are connected to different pins in different packaging types, so it would
686 * @pins: an array of discrete physical pins used in this group, taken
688 * @num_pins: the number of pins in this group array, i.e. the number of
689 * elements in .pins so we can iterate over that array
693 const unsigned int *pins;
716 /* The chip power pins are VDD, GND, VDDIO and VSSIO */
809 .pins = power_pins,
814 .pins = emif0_pins,
819 .pins = emif1_pins,
824 .pins = uart0_pins,
829 .pins = mmc0_pins,
834 .pins = spi0_pins,
851 const unsigned **pins,
854 *pins = u300_pin_groups[selector].pins;
965 /* There is nothing to do with the power pins */
1008 /* We get config for those pins we CAN get it for and that's it */
1047 .pins = u300_pads,