Lines Matching refs:other
10 * The ASPEED SoCs provide typically more than 200 pins for GPIO and other
130 * interest will stomp on the state of other UART signals when disabling the
141 * should be treated like any other signal type with full function expression
666 * @other: Macro name for "other" functionality (subjected to stringification)
675 #define PIN_DECL_1(pin, other, sig) \
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, ...) \
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) \
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) \
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) \
733 SIG_EXPR_LIST_DECL_SESG(pin, other, other); \
739 SIG_EXPR_LIST_PTR(pin, other))