-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 175643 b: refs/heads/master c: 972c542 h: refs/heads/master i: 175641: e621925 175639: 9729586 v: v3
- Loading branch information
Rajendra Nayak
authored and
paul
committed
Dec 12, 2009
1 parent
72f4e91
commit 28d00db
Showing
5 changed files
with
2,787 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: dd7084138f7293f97584050d43a92cb03836974e | ||
refs/heads/master: 972c542746904b5f418284946728a61b783275ef |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/* | ||
* OMAP4 clock function prototypes and macros | ||
* | ||
* Copyright (C) 2009 Texas Instruments, Inc. | ||
*/ | ||
|
||
#ifndef __ARCH_ARM_MACH_OMAP2_CLOCK_44XX_H | ||
#define __ARCH_ARM_MACH_OMAP2_CLOCK_44XX_H | ||
|
||
unsigned long omap3_dpll_recalc(struct clk *clk); | ||
unsigned long omap3_clkoutx2_recalc(struct clk *clk); | ||
int omap3_noncore_dpll_set_rate(struct clk *clk, unsigned long rate); | ||
|
||
/* DPLL modes */ | ||
#define DPLL_LOW_POWER_STOP 0x1 | ||
#define DPLL_LOW_POWER_BYPASS 0x5 | ||
#define DPLL_LOCKED 0x7 | ||
#define OMAP4430_MAX_DPLL_MULT 2048 | ||
#define OMAP4430_MAX_DPLL_DIV 128 | ||
|
||
extern const struct clkops clkops_noncore_dpll_ops; | ||
|
||
#endif |
Oops, something went wrong.