clk_max
static struct clk *clk[clk_max];
static struct clk *clk[clk_max];
static struct clk *clk[clk_max];
static struct clk *clks[clk_max];
static struct clk *clks[clk_max];
struct clk *clks[], int clk_max)
for (; dup_list->clk_id < clk_max; dup_list++) {
struct clk *clks[], int clk_max)
for (; tbl->clk_id < clk_max; tbl++) {
if (tbl->parent_id < clk_max) {
struct clk *clks[], int clk_max);
struct clk *clks[], int clk_max);
const char *clk_output_name[clk_max];
for (i = 0; i < clk_max; i++) {
zynq_clk_register_periph_clk(lqspi, clk_max, clk_output_name[lqspi], NULL,
zynq_clk_register_periph_clk(smc, clk_max, clk_output_name[smc], NULL,
zynq_clk_register_periph_clk(pcap, clk_max, clk_output_name[pcap], NULL,
static struct clk *clks[clk_max];
int clk_min, clk_max;
clk_max = 100000000;
clk_max = 650000000;
if ((clk > clk_max) || (clk < clk_min))
u32 clk_min, clk_max;
clk_max = NSEC_PER_SEC / RATE_MIN(setup->speed_freq);
if ((tscl >= clk_min) && (tscl <= clk_max) &&