Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk-lan966x.c27 static const char *clk_names[N_CLOCKS] = {
194 for (i = GCK_GATE_UHPHS; i < N_CLOCKS; ++i) { in lan966x_gate_clk_register()
220 hw_data = devm_kzalloc(dev, struct_size(hw_data, hws, N_CLOCKS), in lan966x_clk_probe()
249 hw_data->num = N_CLOCKS; in lan966x_clk_probe()
H A Dclk-sparx5.c31 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()
/openbmc/linux/include/dt-bindings/clock/
H A Dmicrochip,sparx5.h21 #define N_CLOCKS 9 macro
H A Dmicrochip,lan966x.h32 #define N_CLOCKS 18 macro