Searched refs:__table (Results 1 – 1 of 1) sorted by relevance
28 #define UNIPHIER_DEFINE_SOCDATA_FUNC(__func_name, __table) \ argument29 static typeof(&__table[0]) __func_name(void) \35 for (i = 0; i < ARRAY_SIZE(__table); i++) { \36 if (__table[i].soc_id == soc_id) \37 return &__table[i]; \