Lines Matching full:other
10 * The ASPEED SoCs provide typically more than 200 pins for GPIO and other
33 * Ball | Default | P0 Signal | P0 Expression | P1 Signal | P1 Expression | Other
60 …0 Expression | P1 Signal | P1 Expression | Other
81 * Ball | Default | P0 Signal | P0 Expression | P1 Signal | P1 Expression | Other
106 * Other video-input-related pins require an explicit state in SCU90[5:4], e.g.
130 * interest will stomp on the state of other UART signals when disabling the
133 * Ball | Default | P0 Signal | P0 Expression | P1 Signal | P1 Expression | Other
139 * A12 demonstrates that the "Other" signal isn't always GPIO - in this case
140 * GPIOT0 is a high-priority signal and RGMII1TXCK is Other. Thus, GPIO
141 * should be treated like any other signal type with full function expression
192 * participates, for the purpose of enabling the Other function. This is done
666 * @other: Macro name for "other" functionality (subjected to stringification)
675 #define PIN_DECL_1(pin, other, sig) \ argument
676 SIG_EXPR_LIST_DECL_SESG(pin, other, other); \
678 SIG_EXPR_LIST_PTR(pin, other))
684 * @other: Macro name for "other" functionality (subjected to stringification)
692 #define SSSF_PIN_DECL(pin, other, sig, ...) \ argument
694 SIG_EXPR_LIST_DECL_SESG(pin, other, other); \
696 SIG_EXPR_LIST_PTR(pin, other)); \
702 * @other: Macro name for "other" functionality (subjected to stringification)
717 #define PIN_DECL_2(pin, other, high, low) \ argument
718 SIG_EXPR_LIST_DECL_SESG(pin, other, other); \
722 SIG_EXPR_LIST_PTR(pin, other))
724 #define PIN_DECL_3(pin, other, high, medium, low) \ argument
725 SIG_EXPR_LIST_DECL_SESG(pin, other, other); \
730 SIG_EXPR_LIST_PTR(pin, other))
732 #define PIN_DECL_4(pin, other, prio1, prio2, prio3, prio4) \ argument
733 SIG_EXPR_LIST_DECL_SESG(pin, other, other); \
739 SIG_EXPR_LIST_PTR(pin, other))