~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/arm/plat-omap/include/plat/clkdev_omap.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
#define CK_36XX         (1 << 10)       /* 36xx/37xx-specific clocks */
40
40
#define CK_443X         (1 << 11)
41
41
#define CK_TI816X       (1 << 12)
 
42
#define CK_446X         (1 << 13)
42
43
 
43
44
 
44
45
#define CK_34XX         (CK_3430ES1 | CK_3430ES2PLUS)
45
46
#define CK_AM35XX       (CK_3505 | CK_3517)     /* all Sitara AM35xx */
46
47
#define CK_3XXX         (CK_34XX | CK_AM35XX | CK_36XX)
 
48
#define CK_44XX         (CK_443X | CK_446X)
47
49
 
48
50
 
49
51
#endif