clk_max 74 drivers/clk/imx/clk-imx25.c static struct clk *clk[clk_max]; clk_max 51 drivers/clk/imx/clk-imx31.c static struct clk *clk[clk_max]; clk_max 83 drivers/clk/imx/clk-imx35.c static struct clk *clk[clk_max]; clk_max 90 drivers/clk/mxs/clk-imx23.c static struct clk *clks[clk_max]; clk_max 145 drivers/clk/mxs/clk-imx28.c static struct clk *clks[clk_max]; clk_max 227 drivers/clk/tegra/clk.c struct clk *clks[], int clk_max) clk_max 231 drivers/clk/tegra/clk.c for (; dup_list->clk_id < clk_max; dup_list++) { clk_max 239 drivers/clk/tegra/clk.c struct clk *clks[], int clk_max) clk_max 243 drivers/clk/tegra/clk.c for (; tbl->clk_id < clk_max; tbl++) { clk_max 253 drivers/clk/tegra/clk.c if (tbl->parent_id < clk_max) { clk_max 772 drivers/clk/tegra/clk.h struct clk *clks[], int clk_max); clk_max 775 drivers/clk/tegra/clk.h struct clk *clks[], int clk_max); clk_max 61 drivers/clk/zynq/clkc.c static struct clk *clks[clk_max]; clk_max 223 drivers/clk/zynq/clkc.c const char *clk_output_name[clk_max]; clk_max 233 drivers/clk/zynq/clkc.c for (i = 0; i < clk_max; i++) { clk_max 389 drivers/i2c/busses/i2c-stm32f7.c u32 clk_min, clk_max; clk_max 495 drivers/i2c/busses/i2c-stm32f7.c clk_max = NSEC_PER_SEC / i2c_specs[setup->speed].rate_min; clk_max 525 drivers/i2c/busses/i2c-stm32f7.c if ((tscl >= clk_min) && (tscl <= clk_max) &&