Searched refs:FUNC_DECL_ (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/pinctrl/aspeed/ |
D | pinmux-aspeed.h | 737 #define FUNC_DECL_(func, ...) \ macro 740 #define FUNC_DECL_2(func, one, two) FUNC_DECL_(func, #one, #two) 741 #define FUNC_DECL_3(func, one, two, three) FUNC_DECL_(func, #one, #two, #three) 745 FUNC_DECL_(func, #func)
|