Home
last modified time | relevance | path

Searched refs:__table (Results 1 – 1 of 1) sorted by relevance

/u-boot/arch/arm/mach-uniphier/
A Dsoc-info.h27 #define UNIPHIER_DEFINE_SOCDATA_FUNC(__func_name, __table) \ argument
28 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