Searched refs:prcm (Results 1 – 11 of 11) sorted by relevance
/linux-3.4.99/arch/arm/mach-omap2/ |
D | clkt2xxx_virt_prcm_set.c | 94 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 …]
|
D | omap_hwmod_2430_data.c | 387 .prcm = { 424 .prcm = { 461 .prcm = { 498 .prcm = { 535 .prcm = { 572 .prcm = { 609 .prcm = { 646 .prcm = { 683 .prcm = { 720 .prcm = { [all …]
|
D | omap_hwmod_2420_data.c | 313 .prcm = { 350 .prcm = { 387 .prcm = { 424 .prcm = { 461 .prcm = { 499 .prcm = { 536 .prcm = { 573 .prcm = { 610 .prcm = { 647 .prcm = { [all …]
|
D | omap_hwmod_44xx_data.c | 131 .prcm = { 187 .prcm = { 232 .prcm = { 332 .prcm = { 433 .prcm = { 489 .prcm = { 553 .prcm = { 580 .prcm = { 608 .prcm = { 636 .prcm = { [all …]
|
D | omap_hwmod_3xxx_data.c | 644 .prcm = { 690 .prcm = { 736 .prcm = { 782 .prcm = { 828 .prcm = { 874 .prcm = { 920 .prcm = { 966 .prcm = { 1012 .prcm = { 1049 .prcm = { [all …]
|
D | omap_hwmod.c | 741 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 …]
|
D | Makefile | 86 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 \
|
D | clock2420_data.c | 1948 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()
|
D | clock2430_data.c | 2047 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/ |
D | tusb6010.c | 511 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/ |
D | omap_hwmod.h | 526 } prcm; member
|