Searched refs:prcm (Results 1 - 25 of 32) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-omap2/
H A Dclkt2xxx_virt_prcm_set.c68 const struct prcm_config *prcm; local
72 for (prcm = rate_table; prcm->mpu_speed; prcm++) {
73 if (!(prcm->flags & cpu_mask))
76 if (prcm->xtal_speed != sclk->rate)
79 if (prcm->mpu_speed <= rate) {
80 found_speed = prcm->mpu_speed;
91 curr_prcm_set = prcm;
94 if (prcm
148 const struct prcm_config *prcm; local
[all...]
H A Dclkt2xxx_apll.c25 #include <plat/prcm.h>
H A DMakefile11 prcm-common = prcm.o powerdomain.o
16 obj-$(CONFIG_ARCH_OMAP2) += $(omap-2-3-common) $(prcm-common) $(hwmod-common)
17 obj-$(CONFIG_ARCH_OMAP3) += $(omap-2-3-common) $(prcm-common) $(hwmod-common)
18 obj-$(CONFIG_ARCH_OMAP4) += $(prcm-common) $(hwmod-common)
H A Dclock2420_data.c1723 /* internal prcm root sources */
1848 const struct prcm_config *prcm; local
1877 for (prcm = rate_table; prcm->mpu_speed; prcm++) {
1878 if (!(prcm->flags & cpu_mask))
1880 if (prcm->xtal_speed != sys_ck.rate)
1882 if (prcm->dpll_speed <= clkrate)
1885 curr_prcm_set = prcm;
H A Dclock2430_data.c1802 /* internal prcm root sources */
1937 const struct prcm_config *prcm; local
1966 for (prcm = rate_table; prcm->mpu_speed; prcm++) {
1967 if (!(prcm->flags & cpu_mask))
1969 if (prcm->xtal_speed != sys_ck.rate)
1971 if (prcm->dpll_speed <= clkrate)
1974 curr_prcm_set = prcm;
H A Domap_hwmod.c778 ret = omap2_cm_wait_module_ready(oh->prcm.omap2.module_offs,
779 oh->prcm.omap2.idlest_reg_id,
780 oh->prcm.omap2.idlest_idle_bit);
782 ret = omap4_cm_wait_module_ready(oh->prcm.omap4.clkctrl_reg);
H A Dclock.c29 #include <plat/prcm.h>
H A Dcpuidle34xx.c28 #include <plat/prcm.h>
H A Dpowerdomain.c39 #include <plat/prcm.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dclkt2xxx_virt_prcm_set.c68 const struct prcm_config *prcm; local
72 for (prcm = rate_table; prcm->mpu_speed; prcm++) {
73 if (!(prcm->flags & cpu_mask))
76 if (prcm->xtal_speed != sclk->rate)
79 if (prcm->mpu_speed <= rate) {
80 found_speed = prcm->mpu_speed;
91 curr_prcm_set = prcm;
94 if (prcm
148 const struct prcm_config *prcm; local
[all...]
H A Dclkt2xxx_apll.c25 #include <plat/prcm.h>
H A DMakefile11 prcm-common = prcm.o powerdomain.o
16 obj-$(CONFIG_ARCH_OMAP2) += $(omap-2-3-common) $(prcm-common) $(hwmod-common)
17 obj-$(CONFIG_ARCH_OMAP3) += $(omap-2-3-common) $(prcm-common) $(hwmod-common)
18 obj-$(CONFIG_ARCH_OMAP4) += $(prcm-common) $(hwmod-common)
H A Dclock2420_data.c1723 /* internal prcm root sources */
1848 const struct prcm_config *prcm; local
1877 for (prcm = rate_table; prcm->mpu_speed; prcm++) {
1878 if (!(prcm->flags & cpu_mask))
1880 if (prcm->xtal_speed != sys_ck.rate)
1882 if (prcm->dpll_speed <= clkrate)
1885 curr_prcm_set = prcm;
H A Dclock2430_data.c1802 /* internal prcm root sources */
1937 const struct prcm_config *prcm; local
1966 for (prcm = rate_table; prcm->mpu_speed; prcm++) {
1967 if (!(prcm->flags & cpu_mask))
1969 if (prcm->xtal_speed != sys_ck.rate)
1971 if (prcm->dpll_speed <= clkrate)
1974 curr_prcm_set = prcm;
H A Domap_hwmod.c778 ret = omap2_cm_wait_module_ready(oh->prcm.omap2.module_offs,
779 oh->prcm.omap2.idlest_reg_id,
780 oh->prcm.omap2.idlest_idle_bit);
782 ret = omap4_cm_wait_module_ready(oh->prcm.omap4.clkctrl_reg);
H A Dclock.c29 #include <plat/prcm.h>
H A Dcpuidle34xx.c28 #include <plat/prcm.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-omap/include/plat/
H A Dsystem.h12 #include <plat/prcm.h>
H A Domap_hwmod.h414 * @prcm: PRCM data pertaining to this hwmod
455 } prcm; member in struct:omap_hwmod
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dsystem.h12 #include <plat/prcm.h>
H A Domap_hwmod.h414 * @prcm: PRCM data pertaining to this hwmod
455 } prcm; member in struct:omap_hwmod
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/musb/
H A Dtusb6010.c61 "prcm",
512 u32 conf, prcm, timer; local
520 prcm = musb_readl(tbase, TUSB_PRCM_MNGMT);
568 prcm &= ~(TUSB_PRCM_MNGMT_15_SW_EN | TUSB_PRCM_MNGMT_33_SW_EN);
570 musb_writel(tbase, TUSB_PRCM_MNGMT, prcm);
575 DBG(1, "VBUS %s, devctl %02x otg %3x conf %08x prcm %08x\n",
579 conf, prcm);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/musb/
H A Dtusb6010.c61 "prcm",
512 u32 conf, prcm, timer; local
520 prcm = musb_readl(tbase, TUSB_PRCM_MNGMT);
568 prcm &= ~(TUSB_PRCM_MNGMT_15_SW_EN | TUSB_PRCM_MNGMT_33_SW_EN);
570 musb_writel(tbase, TUSB_PRCM_MNGMT, prcm);
575 DBG(1, "VBUS %s, devctl %02x otg %3x conf %08x prcm %08x\n",
579 conf, prcm);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/watchdog/
H A Domap_wdt.c47 #include <plat/prcm.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/watchdog/
H A Domap_wdt.c47 #include <plat/prcm.h>

Completed in 227 milliseconds

12