Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/clk/renesas/
Dclk-mstp.c28 #define MSTP_MAX_CLOCKS 32 macro
191 group = kzalloc(struct_size(group, clks, MSTP_MAX_CLOCKS), GFP_KERNEL); in cpg_mstp_clocks_init()
211 for (i = 0; i < MSTP_MAX_CLOCKS; ++i) in cpg_mstp_clocks_init()
219 for (i = 0; i < MSTP_MAX_CLOCKS; ++i) { in cpg_mstp_clocks_init()
236 if (clkidx >= MSTP_MAX_CLOCKS) { in cpg_mstp_clocks_init()