Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/renesas/
H A Dclk-mstp.c29 #define MSTP_MAX_CLOCKS 32 macro
187 group = kzalloc(struct_size(group, clks, MSTP_MAX_CLOCKS), GFP_KERNEL); in cpg_mstp_clocks_init()
207 for (i = 0; i < MSTP_MAX_CLOCKS; ++i) in cpg_mstp_clocks_init()
215 for (i = 0; i < MSTP_MAX_CLOCKS; ++i) { in cpg_mstp_clocks_init()
232 if (clkidx >= MSTP_MAX_CLOCKS) { in cpg_mstp_clocks_init()