Lines Matching refs:other
11 * The ASPEED SoCs provide typically more than 200 pins for GPIO and other
131 * interest will stomp on the state of other UART signals when disabling the
142 * should be treated like any other signal type with full function expression
667 * @other: Macro name for "other" functionality (subjected to stringification)
676 #define PIN_DECL_1(pin, other, sig) \
677 SIG_EXPR_LIST_DECL_SESG(pin, other, other); \
679 SIG_EXPR_LIST_PTR(pin, other))
685 * @other: Macro name for "other" functionality (subjected to stringification)
693 #define SSSF_PIN_DECL(pin, other, sig, ...) \
695 SIG_EXPR_LIST_DECL_SESG(pin, other, other); \
697 SIG_EXPR_LIST_PTR(pin, other)); \
703 * @other: Macro name for "other" functionality (subjected to stringification)
718 #define PIN_DECL_2(pin, other, high, low) \
719 SIG_EXPR_LIST_DECL_SESG(pin, other, other); \
723 SIG_EXPR_LIST_PTR(pin, other))
725 #define PIN_DECL_3(pin, other, high, medium, low) \
726 SIG_EXPR_LIST_DECL_SESG(pin, other, other); \
731 SIG_EXPR_LIST_PTR(pin, other))