summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc214x/chip.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-01 23:34:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-01 23:34:27 +0000
commit27e2ca4bed22eb0c1ae277770c1d08a7771baf35 (patch)
treeea6111e6fa379e69233127d31b7e7ae83d6d1e0b /nuttx/arch/arm/src/lpc214x/chip.h
parentad1c3b799584ba5f51434fc43796235747da3866 (diff)
downloadpx4-nuttx-27e2ca4bed22eb0c1ae277770c1d08a7771baf35.tar.gz
px4-nuttx-27e2ca4bed22eb0c1ae277770c1d08a7771baf35.tar.bz2
px4-nuttx-27e2ca4bed22eb0c1ae277770c1d08a7771baf35.zip
Integrating LPC214x USB driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@970 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/lpc214x/chip.h')
-rw-r--r--nuttx/arch/arm/src/lpc214x/chip.h25
1 files changed, 1 insertions, 24 deletions
diff --git a/nuttx/arch/arm/src/lpc214x/chip.h b/nuttx/arch/arm/src/lpc214x/chip.h
index 597ee8702..74e976dfb 100644
--- a/nuttx/arch/arm/src/lpc214x/chip.h
+++ b/nuttx/arch/arm/src/lpc214x/chip.h
@@ -80,7 +80,7 @@
#define LPC214X_MEMMAP 0xe01fc040 /* Memory Mapping Control */
#define LPC214X_PLL_BASE 0xe01fc080 /* Phase Locked Loop (PLL) base address */
#define LPC214X_PCON_BASE 0xe01fc0c0 /* Power Control (PCON) base address */
-#define LPC214X_VPBDIV 0xe01fc100 /* VPBDIV Address */
+#define LPC214X_APBDIV 0xe01fc100 /* APBDIV Address */
#define LPC214X_EXT_BASE 0xe01fc140 /* External Interrupt base address */
#define LPC214X_EMC_BASE 0xffe00000 /* External Memory Controller (EMC) base address */
@@ -248,29 +248,6 @@
#define LPC214X_PLL_STAT_OFFSET 0x08 /* PLL Status Offset */
#define LPC214X_PLL_FEED_OFFSET 0x0c /* PLL Feed Offset */
-/* PLL Control Register Bit Settings */
-
-#define LPC214X_PLL_CON_PLLE (1 << 0) /* PLL Enable */
-#define LPC214X_PLL_CON_PLLC (1 << 1) /* PLL Connect */
-
-/* PLL Configuration Register Bit Settings */
-
-#define LPC214X_PLL_CFG_MSEL (0x1f << 0) /* PLL Multiplier */
-#define LPC214X_PLL_CFG_PSEL (0x03 << 5) /* PLL Divider */
-
-/* PLL Status Register Bit Settings */
-
-#define LPC214X_PLL_STAT_MSEL (0x1f << 0) /* PLL Multiplier Readback */
-#define LPC214X_PLL_STAT_PSEL (0x03 << 5) /* PLL Divider Readback */
-#define LPC214X_PLL_STAT_PLLE (1 << 8) /* PLL Enable Readback */
-#define LPC214X_PLL_STAT_PLLC (1 << 9) /* PLL Connect Readback */
-#define LPC214X_PLL_STAT_PLOCK (1 << 10) /* PLL Lock Status */
-
-/* PLL Feed Register values */
-
-#define LPC214X_PLL_FEED1 0xaa
-#define LPC214X_PLL_FEED2 0x55
-
/* Power Control register offsets */
#define LPC214X_PCON_OFFSET 0x00 /* Control Register */