Searched defs:soc_type (Results 1 – 7 of 7) sorted by relevance
10 enum soc_type { enum
232 int soc_type, sku_info, chip_sku; in init_pllx() local
20 #define soc_type(rev) (((rev) >> 12) & 0xf0) macro
184 static int retrieve_mode(int clk, int soc_type, struct clk_mode *mode) in retrieve_mode()
71 const char *soc_type; member
73 const char *soc_type; member
21 static char soc_type[] = "xx0"; variable