Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-uniphier/
H A Dsoc-info.h28 #define UNIPHIER_DEFINE_SOCDATA_FUNC(__func_name, __table) \ argument
29 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]; \