Home
last modified time | relevance | path

Searched refs:prcm (Results 1 – 11 of 11) sorted by relevance

/linux-3.4.99/arch/arm/mach-omap2/
Dclkt2xxx_virt_prcm_set.c94 const struct prcm_config *prcm; in omap2_select_table_rate() local
98 for (prcm = rate_table; prcm->mpu_speed; prcm++) { in omap2_select_table_rate()
99 if (!(prcm->flags & cpu_mask)) in omap2_select_table_rate()
102 if (prcm->xtal_speed != sclk->rate) in omap2_select_table_rate()
105 if (prcm->mpu_speed <= rate) { in omap2_select_table_rate()
106 found_speed = prcm->mpu_speed; in omap2_select_table_rate()
117 curr_prcm_set = prcm; in omap2_select_table_rate()
120 if (prcm->dpll_speed == cur_rate / 2) { in omap2_select_table_rate()
122 } else if (prcm->dpll_speed == cur_rate * 2) { in omap2_select_table_rate()
124 } else if (prcm->dpll_speed != cur_rate) { in omap2_select_table_rate()
[all …]
Domap_hwmod_2430_data.c387 .prcm = {
424 .prcm = {
461 .prcm = {
498 .prcm = {
535 .prcm = {
572 .prcm = {
609 .prcm = {
646 .prcm = {
683 .prcm = {
720 .prcm = {
[all …]
Domap_hwmod_2420_data.c313 .prcm = {
350 .prcm = {
387 .prcm = {
424 .prcm = {
461 .prcm = {
499 .prcm = {
536 .prcm = {
573 .prcm = {
610 .prcm = {
647 .prcm = {
[all …]
Domap_hwmod_44xx_data.c131 .prcm = {
187 .prcm = {
232 .prcm = {
332 .prcm = {
433 .prcm = {
489 .prcm = {
553 .prcm = {
580 .prcm = {
608 .prcm = {
636 .prcm = {
[all …]
Domap_hwmod_3xxx_data.c644 .prcm = {
690 .prcm = {
736 .prcm = {
782 .prcm = {
828 .prcm = {
874 .prcm = {
920 .prcm = {
966 .prcm = {
1012 .prcm = {
1049 .prcm = {
[all …]
Domap_hwmod.c741 if (!oh->clkdm || !oh->prcm.omap4.modulemode) in _enable_module()
745 oh->name, oh->prcm.omap4.modulemode); in _enable_module()
747 omap4_cminst_module_enable(oh->prcm.omap4.modulemode, in _enable_module()
751 oh->prcm.omap4.clkctrl_offs); in _enable_module()
780 oh->prcm.omap4.clkctrl_offs); in _omap4_wait_target_disable()
798 if (!oh->clkdm || !oh->prcm.omap4.modulemode) in _omap4_disable_module()
806 oh->prcm.omap4.clkctrl_offs); in _omap4_disable_module()
1221 ret = omap2_cm_wait_module_ready(oh->prcm.omap2.module_offs, in _wait_target_ready()
1222 oh->prcm.omap2.idlest_reg_id, in _wait_target_ready()
1223 oh->prcm.omap2.idlest_idle_bit); in _wait_target_ready()
[all …]
DMakefile86 obj-$(CONFIG_ARCH_OMAP2) += prcm.o cm2xxx_3xxx.o prm2xxx_3xxx.o
87 obj-$(CONFIG_ARCH_OMAP3) += prcm.o cm2xxx_3xxx.o prm2xxx_3xxx.o \
92 obj-$(CONFIG_ARCH_OMAP4) += prcm.o cm2xxx_3xxx.o cminst44xx.o \
Dclock2420_data.c1948 const struct prcm_config *prcm; in omap2420_clk_init() local
1980 for (prcm = rate_table; prcm->mpu_speed; prcm++) { in omap2420_clk_init()
1981 if (!(prcm->flags & cpu_mask)) in omap2420_clk_init()
1983 if (prcm->xtal_speed != sys_ck.rate) in omap2420_clk_init()
1985 if (prcm->dpll_speed <= clkrate) in omap2420_clk_init()
1988 curr_prcm_set = prcm; in omap2420_clk_init()
Dclock2430_data.c2047 const struct prcm_config *prcm; in omap2430_clk_init() local
2079 for (prcm = rate_table; prcm->mpu_speed; prcm++) { in omap2430_clk_init()
2080 if (!(prcm->flags & cpu_mask)) in omap2430_clk_init()
2082 if (prcm->xtal_speed != sys_ck.rate) in omap2430_clk_init()
2084 if (prcm->dpll_speed <= clkrate) in omap2430_clk_init()
2087 curr_prcm_set = prcm; in omap2430_clk_init()
/linux-3.4.99/drivers/usb/musb/
Dtusb6010.c511 u32 conf, prcm, timer; in tusb_musb_set_vbus() local
520 prcm = musb_readl(tbase, TUSB_PRCM_MNGMT); in tusb_musb_set_vbus()
564 prcm &= ~(TUSB_PRCM_MNGMT_15_SW_EN | TUSB_PRCM_MNGMT_33_SW_EN); in tusb_musb_set_vbus()
566 musb_writel(tbase, TUSB_PRCM_MNGMT, prcm); in tusb_musb_set_vbus()
575 conf, prcm); in tusb_musb_set_vbus()
/linux-3.4.99/arch/arm/plat-omap/include/plat/
Domap_hwmod.h526 } prcm; member