Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/renesas/
Dclk-mstp.c31 #define MSTP_MAX_CLOCKS 32 macro
193 clks = kmalloc_array(MSTP_MAX_CLOCKS, sizeof(*clks), GFP_KERNEL); in cpg_mstp_clocks_init()
216 for (i = 0; i < MSTP_MAX_CLOCKS; ++i) in cpg_mstp_clocks_init()
224 for (i = 0; i < MSTP_MAX_CLOCKS; ++i) { in cpg_mstp_clocks_init()
241 if (clkidx >= MSTP_MAX_CLOCKS) { in cpg_mstp_clocks_init()