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