Searched refs:N_CLOCKS (Results 1 – 2 of 2) sorted by relevance
31 static const char *clk_names[N_CLOCKS] = {44 struct s5_hw_clk s5_hw[N_CLOCKS];237 if (idx >= N_CLOCKS) { in s5_clk_hw_get()265 for (i = 0; i < N_CLOCKS; i++) { in s5_clk_probe()
21 #define N_CLOCKS 9 macro