/linux-2.6.39/arch/arm/mach-imx/ |
D | clock-imx27.c | 465 static struct clk ipg_clk = { variable 533 DEFINE_CLOCK(ssi2_clk1, 1, PCCR0, 0, NULL, NULL, &ipg_clk); 534 DEFINE_CLOCK(ssi1_clk1, 0, PCCR0, 1, NULL, NULL, &ipg_clk); 536 DEFINE_CLOCK(sdhc3_clk1, 0, PCCR0, 3, NULL, NULL, &ipg_clk); 537 DEFINE_CLOCK(sdhc2_clk1, 0, PCCR0, 4, NULL, NULL, &ipg_clk); 538 DEFINE_CLOCK(sdhc1_clk1, 0, PCCR0, 5, NULL, NULL, &ipg_clk); 539 DEFINE_CLOCK(scc_clk, 0, PCCR0, 6, NULL, NULL, &ipg_clk); 542 DEFINE_CLOCK(rtc_clk, 0, PCCR0, 9, NULL, NULL, &ipg_clk); 543 DEFINE_CLOCK(pwm_clk1, 0, PCCR0, 11, NULL, NULL, &ipg_clk); 544 DEFINE_CLOCK(owire_clk, 0, PCCR0, 12, NULL, NULL, &ipg_clk); [all …]
|
D | clock-imx21.c | 591 static struct clk ipg_clk = { variable 662 .parent = &ipg_clk, 669 .parent = &ipg_clk, 676 .parent = &ipg_clk, 683 .parent = &ipg_clk, 712 .parent = &ipg_clk, 719 .parent = &ipg_clk, 726 .parent = &ipg_clk, 739 .parent = &ipg_clk, 764 .parent = &ipg_clk, [all …]
|
/linux-2.6.39/arch/arm/mach-mx3/ |
D | clock-imx31.c | 73 static struct clk ipg_clk; variable 470 DEFINE_CLOCK(perclk_clk, 0, NULL, 0, NULL, NULL, &ipg_clk); 478 DEFINE_CLOCK(iim_clk, 0, MXC_CCM_CGR0, 10, NULL, NULL, &ipg_clk); 479 DEFINE_CLOCK(ata_clk, 0, MXC_CCM_CGR0, 12, NULL, NULL, &ipg_clk); 481 DEFINE_CLOCK(cspi3_clk, 2, MXC_CCM_CGR0, 16, NULL, NULL, &ipg_clk); 482 DEFINE_CLOCK(rng_clk, 0, MXC_CCM_CGR0, 18, NULL, NULL, &ipg_clk); 495 DEFINE_CLOCK(wdog_clk, 0, MXC_CCM_CGR1, 10, NULL, NULL, &ipg_clk); 498 DEFINE_CLOCK(kpp_clk, 0, MXC_CCM_CGR1, 20, NULL, NULL, &ipg_clk); 506 DEFINE_CLOCK(cspi1_clk, 0, MXC_CCM_CGR2, 2, NULL, NULL, &ipg_clk); 507 DEFINE_CLOCK(cspi2_clk, 1, MXC_CCM_CGR2, 4, NULL, NULL, &ipg_clk); [all …]
|
/linux-2.6.39/arch/arm/mach-mx5/ |
D | clock-mx51-mx53.c | 40 static struct clk ipg_clk; variable 603 } else if (clk->parent == &ipg_clk) in clk_ipg_per_get_rate() 618 if (parent == &ipg_clk) in _clk_ipg_per_set_parent() 825 .parent = &ipg_clk, 831 static struct clk ipg_clk = { variable 1111 .parent = &ipg_clk, 1248 NULL, NULL, &ipg_clk, NULL); 1252 NULL, NULL, &ipg_clk, &aips_tz1_clk); 1254 NULL, NULL, &ipg_clk, &aips_tz1_clk); 1256 NULL, NULL, &ipg_clk, &spba_clk); [all …]
|
/linux-2.6.39/arch/arm/mach-mxc91231/ |
D | clock.c | 348 static struct clk ipg_clk = { variable 560 .parent = &ipg_clk, 567 .parent = &ipg_clk, 578 .parent = &ipg_clk, 590 .parent = &ipg_clk, 597 .parent = &ipg_clk,
|