Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-omap2/
Dclock44xx_data.c173 static const struct clksel sys_clkin_sel[] = {
187 .clksel = sys_clkin_sel,
227 static const struct clksel abe_dpll_bypass_clk_mux_sel[] = {
243 .clksel = abe_dpll_bypass_clk_mux_sel,
326 static const struct clksel dpll_abe_m2x2_div[] = {
334 .clksel = dpll_abe_m2x2_div,
358 static const struct clksel abe_clk_div[] = {
366 .clksel = abe_clk_div,
381 static const struct clksel aess_fclk_div[] = {
389 .clksel = aess_fclk_div,
[all …]
Dclkt_clksel.c63 static const struct clksel *_get_clksel_by_parent(struct clk *clk, in _get_clksel_by_parent()
66 const struct clksel *clks; in _get_clksel_by_parent()
68 for (clks = clk->clksel; clks->parent; clks++) in _get_clksel_by_parent()
100 const struct clksel *clks; in _get_div_and_fieldval()
177 const struct clksel *clks; in _clksel_to_divisor()
214 const struct clksel *clks; in _divisor_to_clksel()
253 if (!clk->clksel || !clk->clksel_mask) in _read_divisor()
281 const struct clksel *clks; in omap2_clksel_round_rate_div()
285 if (!clk->clksel || !clk->clksel_mask) in omap2_clksel_round_rate_div()
345 const struct clksel *clks; in omap2_init_clksel_parent()
[all …]
Dclock2420_data.c173 static const struct clksel func_54m_clksel[] = {
187 .clksel = func_54m_clksel,
219 static const struct clksel func_48m_clksel[] = {
233 .clksel = func_48m_clksel,
284 static const struct clksel common_clkout_src_clksel[] = {
302 .clksel = common_clkout_src_clksel,
317 static const struct clksel sys_clkout_clksel[] = {
329 .clksel = sys_clkout_clksel,
346 .clksel = common_clkout_src_clksel,
352 static const struct clksel sys_clkout2_clksel[] = {
[all …]
Dclock2430_data.c172 static const struct clksel func_54m_clksel[] = {
186 .clksel = func_54m_clksel,
209 static const struct clksel func_96m_clksel[] = {
223 .clksel = func_96m_clksel,
239 static const struct clksel func_48m_clksel[] = {
253 .clksel = func_48m_clksel,
304 static const struct clksel common_clkout_src_clksel[] = {
322 .clksel = common_clkout_src_clksel,
337 static const struct clksel sys_clkout_clksel[] = {
349 .clksel = sys_clkout_clksel,
[all …]
Dclock3xxx_data.c144 static const struct clksel osc_sys_clksel[] = {
162 .clksel = osc_sys_clksel,
173 static const struct clksel sys_clksel[] = {
187 .clksel = sys_clksel,
322 static const struct clksel div16_dpll1_x2m2_clksel[] = {
338 .clksel = div16_dpll1_x2m2_clksel,
381 static const struct clksel div16_dpll2_m2x2_clksel[] = {
398 .clksel = div16_dpll2_m2x2_clksel,
486 static const struct clksel div31_dpll3m2_clksel[] = {
499 .clksel = div31_dpll3m2_clksel,
[all …]
Dclock.c392 if (!clk->clksel) in omap2_clk_set_parent()
/linux-3.4.99/arch/arm/mach-w90x900/
Dclksel.c41 unsigned int clksel, offset; in clock_source_select() local
43 clksel = __raw_readl(REG_CLKSEL); in clock_source_select()
56 clksel &= ~(0x03 << offset); in clock_source_select()
57 clksel |= (clkval << offset); in clock_source_select()
59 __raw_writel(clksel, REG_CLKSEL); in clock_source_select()
DMakefile8 obj-y += clksel.o dev.o cpu.o
/linux-3.4.99/arch/arm/plat-omap/include/plat/
Dclock.h100 struct clksel { struct
262 const struct clksel *clksel; member
/linux-3.4.99/drivers/mfd/
Dasic3.c374 unsigned long clksel = 0; in asic3_irq_probe() local
384 clksel |= CLOCK_SEL_CX; in asic3_irq_probe()
386 clksel); in asic3_irq_probe()
938 unsigned long clksel; in asic3_probe() local
970 clksel = 0; in asic3_probe()
971 asic3_write_register(asic, ASIC3_OFFSET(CLOCK, SEL), clksel); in asic3_probe()