Searched refs:FUNC_DECL_ (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/pinctrl/aspeed/ |
H A D | pinmux-aspeed.h | 746 #define FUNC_DECL_(func, ...) \ macro 749 #define FUNC_DECL_1(func, group) FUNC_DECL_(func, #group) 750 #define FUNC_DECL_2(func, one, two) FUNC_DECL_(func, #one, #two) 751 #define FUNC_DECL_3(func, one, two, three) FUNC_DECL_(func, #one, #two, #three) 755 FUNC_DECL_(func, #func)
|