diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-07-26 20:44:25 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-09-16 22:09:55 -0400 |
commit | 8d71e075966e29232cd38d8ca6335047a164c1dc (patch) | |
tree | 8e958abca578238c383ab99d8b2b170d8648c12a /arch/blackfin/mach-bf518 | |
parent | 61f09b5a09fb3962bbd3990a9a5a8470197955bb (diff) |
Blackfin: drop unused MMR defines that only cause bad code to be written
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf518')
-rw-r--r-- | arch/blackfin/mach-bf518/include/mach/blackfin.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/blackfin/mach-bf518/include/mach/blackfin.h b/arch/blackfin/mach-bf518/include/mach/blackfin.h index e8e14c2769ed..83421d393148 100644 --- a/arch/blackfin/mach-bf518/include/mach/blackfin.h +++ b/arch/blackfin/mach-bf518/include/mach/blackfin.h | |||
@@ -68,11 +68,6 @@ | |||
68 | #endif | 68 | #endif |
69 | #endif | 69 | #endif |
70 | 70 | ||
71 | /* UART_IIR Register */ | ||
72 | #define STATUS(x) ((x << 1) & 0x06) | ||
73 | #define STATUS_P1 0x02 | ||
74 | #define STATUS_P0 0x01 | ||
75 | |||
76 | #define BFIN_UART_NR_PORTS 2 | 71 | #define BFIN_UART_NR_PORTS 2 |
77 | 72 | ||
78 | #define OFFSET_THR 0x00 /* Transmit Holding register */ | 73 | #define OFFSET_THR 0x00 /* Transmit Holding register */ |
@@ -88,11 +83,6 @@ | |||
88 | #define OFFSET_SCR 0x1C /* SCR Scratch Register */ | 83 | #define OFFSET_SCR 0x1C /* SCR Scratch Register */ |
89 | #define OFFSET_GCTL 0x24 /* Global Control Register */ | 84 | #define OFFSET_GCTL 0x24 /* Global Control Register */ |
90 | 85 | ||
91 | /* DPMC*/ | ||
92 | #define bfin_read_STOPCK_OFF() bfin_read_STOPCK() | ||
93 | #define bfin_write_STOPCK_OFF(val) bfin_write_STOPCK(val) | ||
94 | #define STOPCK_OFF STOPCK | ||
95 | |||
96 | /* PLL_DIV Masks */ | 86 | /* PLL_DIV Masks */ |
97 | #define CCLK_DIV1 CSEL_DIV1 /* CCLK = VCO / 1 */ | 87 | #define CCLK_DIV1 CSEL_DIV1 /* CCLK = VCO / 1 */ |
98 | #define CCLK_DIV2 CSEL_DIV2 /* CCLK = VCO / 2 */ | 88 | #define CCLK_DIV2 CSEL_DIV2 /* CCLK = VCO / 2 */ |