Home
last modified time | relevance | path

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

/openbmc/linux/include/dt-bindings/clock/
H A Dk210-clk.h51 #define K210_NUM_CLKS 38 macro
/openbmc/linux/drivers/clk/
H A Dclk-k210.c63 static struct k210_clk_cfg k210_clk_cfgs[K210_NUM_CLKS] = {
334 struct k210_clk clks[K210_NUM_CLKS];
884 if (idx >= K210_NUM_CLKS) in k210_clk_hw_onecell_get()
980 for (i = 0; i < K210_NUM_CLKS; i++) { in k210_clk_init()