Lines Matching defs:info
70 const struct ingenic_ost_clk_info *info;
95 const struct ingenic_ost_clk_info *info = ost_clk->info;
98 prescale = readl(ost_clk->ost->base + info->ostccr_reg);
109 const struct ingenic_ost_clk_info *info = ost_clk->info;
112 prescale = readl(ost_clk->ost->base + info->ostccr_reg);
148 const struct ingenic_ost_clk_info *info = ost_clk->info;
152 val = readl(ost_clk->ost->base + info->ostccr_reg);
155 writel(val, ost_clk->ost->base + info->ostccr_reg);
164 const struct ingenic_ost_clk_info *info = ost_clk->info;
168 val = readl(ost_clk->ost->base + info->ostccr_reg);
171 writel(val, ost_clk->ost->base + info->ostccr_reg);
271 unsigned int idx, const struct ingenic_ost_clk_info *info,
281 ost_clk->hw.init = &info->init_data;
283 ost_clk->info = info;
287 val = readl(ost->base + info->ostccr_reg);
289 writel(val, ost->base + info->ostccr_reg);