Searched refs:prcm (Results 1 – 11 of 11) sorted by relevance
/linux-2.6.39/arch/arm/mach-omap2/ |
D | clkt2xxx_virt_prcm_set.c | 93 const struct prcm_config *prcm; in omap2_select_table_rate() local 97 for (prcm = rate_table; prcm->mpu_speed; prcm++) { in omap2_select_table_rate() 98 if (!(prcm->flags & cpu_mask)) in omap2_select_table_rate() 101 if (prcm->xtal_speed != sclk->rate) in omap2_select_table_rate() 104 if (prcm->mpu_speed <= rate) { in omap2_select_table_rate() 105 found_speed = prcm->mpu_speed; in omap2_select_table_rate() 116 curr_prcm_set = prcm; in omap2_select_table_rate() 119 if (prcm->dpll_speed == cur_rate / 2) { in omap2_select_table_rate() 121 } else if (prcm->dpll_speed == cur_rate * 2) { in omap2_select_table_rate() 123 } else if (prcm->dpll_speed != cur_rate) { in omap2_select_table_rate() [all …]
|
D | omap_hwmod_3xxx_data.c | 647 .prcm = { 697 .prcm = { 747 .prcm = { 797 .prcm = { 847 .prcm = { 897 .prcm = { 947 .prcm = { 997 .prcm = { 1047 .prcm = { 1097 .prcm = { [all …]
|
D | omap_hwmod_2420_data.c | 396 .prcm = { 446 .prcm = { 496 .prcm = { 546 .prcm = { 596 .prcm = { 647 .prcm = { 697 .prcm = { 747 .prcm = { 797 .prcm = { 847 .prcm = { [all …]
|
D | omap_hwmod_44xx_data.c | 743 .prcm = { 772 .prcm = { 831 .prcm = { 914 .prcm = { 1007 .prcm = { 1073 .prcm = { 1089 .prcm = { 1177 .prcm = { 1274 .prcm = { 1365 .prcm = { [all …]
|
D | omap_hwmod_2430_data.c | 497 .prcm = { 547 .prcm = { 597 .prcm = { 647 .prcm = { 697 .prcm = { 747 .prcm = { 797 .prcm = { 847 .prcm = { 897 .prcm = { 947 .prcm = { [all …]
|
D | omap_hwmod.c | 965 ret = omap2_cm_wait_module_ready(oh->prcm.omap2.module_offs, in _wait_target_ready() 966 oh->prcm.omap2.idlest_reg_id, in _wait_target_ready() 967 oh->prcm.omap2.idlest_idle_bit); in _wait_target_ready() 969 ret = omap4_cm_wait_module_ready(oh->prcm.omap4.clkctrl_reg); in _wait_target_ready() 1030 return omap2_prm_assert_hardreset(oh->prcm.omap2.module_offs, in _assert_hardreset() 1033 return omap4_prm_assert_hardreset(oh->prcm.omap4.rstctrl_reg, in _assert_hardreset() 1062 ret = omap2_prm_deassert_hardreset(oh->prcm.omap2.module_offs, in _deassert_hardreset() 1069 ret = omap4_prm_deassert_hardreset(oh->prcm.omap4.rstctrl_reg, in _deassert_hardreset() 1102 return omap2_prm_is_hardreset_asserted(oh->prcm.omap2.module_offs, in _read_hardreset() 1105 return omap4_prm_is_hardreset_asserted(oh->prcm.omap4.rstctrl_reg, in _read_hardreset()
|
D | Makefile | 80 obj-$(CONFIG_ARCH_OMAP2) += prcm.o cm2xxx_3xxx.o prm2xxx_3xxx.o 81 obj-$(CONFIG_ARCH_OMAP3) += prcm.o cm2xxx_3xxx.o prm2xxx_3xxx.o \ 86 obj-$(CONFIG_ARCH_OMAP4) += prcm.o cm2xxx_3xxx.o cminst44xx.o \
|
D | clock2420_data.c | 1909 const struct prcm_config *prcm; in omap2420_clk_init() local 1941 for (prcm = rate_table; prcm->mpu_speed; prcm++) { in omap2420_clk_init() 1942 if (!(prcm->flags & cpu_mask)) in omap2420_clk_init() 1944 if (prcm->xtal_speed != sys_ck.rate) in omap2420_clk_init() 1946 if (prcm->dpll_speed <= clkrate) in omap2420_clk_init() 1949 curr_prcm_set = prcm; in omap2420_clk_init()
|
D | clock2430_data.c | 2009 const struct prcm_config *prcm; in omap2430_clk_init() local 2041 for (prcm = rate_table; prcm->mpu_speed; prcm++) { in omap2430_clk_init() 2042 if (!(prcm->flags & cpu_mask)) in omap2430_clk_init() 2044 if (prcm->xtal_speed != sys_ck.rate) in omap2430_clk_init() 2046 if (prcm->dpll_speed <= clkrate) in omap2430_clk_init() 2049 curr_prcm_set = prcm; in omap2430_clk_init()
|
/linux-2.6.39/drivers/usb/musb/ |
D | tusb6010.c | 516 u32 conf, prcm, timer; in tusb_musb_set_vbus() local 524 prcm = musb_readl(tbase, TUSB_PRCM_MNGMT); in tusb_musb_set_vbus() 568 prcm &= ~(TUSB_PRCM_MNGMT_15_SW_EN | TUSB_PRCM_MNGMT_33_SW_EN); in tusb_musb_set_vbus() 570 musb_writel(tbase, TUSB_PRCM_MNGMT, prcm); in tusb_musb_set_vbus() 579 conf, prcm); in tusb_musb_set_vbus()
|
/linux-2.6.39/arch/arm/plat-omap/include/plat/ |
D | omap_hwmod.h | 518 } prcm; member
|