Home | History | Annotate | Download | only in pinctrl

Lines Matching refs:pin

28 /* User-frendly defines for Pin Direction */
48 unsigned char pin;
62 int pin = pin_desc->pin;
85 sysconf = bitfield_replace(sysconf, pin * 4, 3, alt);
89 /* pin configuration */
103 * Specifically, the output-enable pin control register
104 * (SYS_CFG_3040) and the pull-up pin control register
108 * the open-drain pin control register (SYS_CFG_3060)
165 flashss = 1; /* pin is in the Flash Sub-System */
172 bit = ((bank * 8) + pin_desc->pin) % 32;
175 * set the "Output Enable" pin control
188 * set the "Pull Up" pin control
201 /* set the "Open Drain Enable" pin control */
234 /* extract the bank of the pin description */
256 pr_err("Bad pin configuration array %d\n", count);
265 pin_desc.pin = cells[1];