MSTP_MAX_CLOCKS   191 drivers/clk/renesas/clk-mstp.c 	group = kzalloc(struct_size(group, clks, MSTP_MAX_CLOCKS), GFP_KERNEL);
MSTP_MAX_CLOCKS   213 drivers/clk/renesas/clk-mstp.c 	for (i = 0; i < MSTP_MAX_CLOCKS; ++i)
MSTP_MAX_CLOCKS   221 drivers/clk/renesas/clk-mstp.c 	for (i = 0; i < MSTP_MAX_CLOCKS; ++i) {
MSTP_MAX_CLOCKS   238 drivers/clk/renesas/clk-mstp.c 		if (clkidx >= MSTP_MAX_CLOCKS) {